[Midnightbsd-cvs] CVS Commit: astro/xearth: Mark as broken on 0.1 only
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 5 16:40:39 EDT 2007
Log Message:
-----------
Mark as broken on 0.1 only
Modified Files:
--------------
mports/astro/xearth:
Makefile (r1.2 -> r1.3)
pkg-plist (r1.1 -> r1.2)
-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/astro/xearth/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lastro/xearth/pkg-plist -Lastro/xearth/pkg-plist -u -r1.1 -r1.2
--- astro/xearth/pkg-plist
+++ astro/xearth/pkg-plist
@@ -1,5 +1 @@
bin/xearth
-lib/X11/xearth/freebsd.committers.markers
-lib/X11/xearth/freebsd.submitters.markers
-lib/X11/xearth/freebsd.ftp.markers
- at dirrm lib/X11/xearth
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/astro/xearth/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lastro/xearth/Makefile -Lastro/xearth/Makefile -u -r1.2 -r1.3
--- astro/xearth/Makefile
+++ astro/xearth/Makefile
@@ -22,13 +22,10 @@
MAN1= xearth.1
-BROKEN= prefix/manpage error
+.include <bsd.port.pre.mk>
-# Copy the list of FreeBSD sites & committers locations
-post-install:
- @${MKDIR} ${PREFIX}/lib/X11/xearth
-.for marker in freebsd.committers.markers freebsd.submitters.markers freebsd.ftp.markers
- @${INSTALL_DATA} ${FILESDIR}/${marker} ${PREFIX}/lib/X11/xearth
-.endfor
+.if ${OSREL} == "0.1"
+BROKEN= man page does not install on 0.1-RELEASE
+.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
More information about the Midnightbsd-cvs
mailing list