svn commit: r320576 - head/graphics/aqsis

Martin Wilke miwi at FreeBSD.org
Tue Jun 11 14:47:02 UTC 2013


Author: miwi
Date: Tue Jun 11 14:47:02 2013
New Revision: 320576
URL: http://svnweb.freebsd.org/changeset/ports/320576

Log:
  - Fix build
  - Remove 7.X gruft
  
  Reported by:	pkg (DEVELOPER_MODE)

Modified:
  head/graphics/aqsis/Makefile
  head/graphics/aqsis/pkg-plist   (contents, props changed)

Modified: head/graphics/aqsis/Makefile
==============================================================================
--- head/graphics/aqsis/Makefile	Tue Jun 11 14:46:00 2013	(r320575)
+++ head/graphics/aqsis/Makefile	Tue Jun 11 14:47:02 2013	(r320576)
@@ -29,10 +29,4 @@ PLIST_SUB+=	LIBVERS=${PORTVERSION:R}
 
 INSTALLS_ICONS=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 800000
-BROKEN=		does not compile on FreeBSD 7.X
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/graphics/aqsis/pkg-plist
==============================================================================
--- head/graphics/aqsis/pkg-plist	Tue Jun 11 14:46:00 2013	(r320575)
+++ head/graphics/aqsis/pkg-plist	Tue Jun 11 14:47:02 2013	(r320576)
@@ -269,7 +269,6 @@ share/applications/piqsl.desktop
 @dirrm %%DATADIR%%/examples/features/archives
 @dirrm %%DATADIR%%/examples/features
 @dirrm %%DATADIR%%/examples
- at dirrm %%DATADIR%%/doc
 @dirrm %%DATADIR%%
 @dirrm lib/aqsis
 @dirrm include/aqsis/ri


More information about the svn-ports-all mailing list