diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-10-25 06:21:09 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-10-25 06:21:09 +0000 |
commit | 239c3a1a624f19730d0622a9850bca35882b2d03 (patch) | |
tree | b22730fcd8f8c36574964b1cdc0d453007c0c755 /astro/xearth | |
parent | Add GTK support. Set "HAVE_GTK" to invoke it. (diff) |
Install new marker file 'freebsd.committers.markers' at install time.
Also, add the above file to package PLIST.
Notes
Notes:
svn path=/head/; revision=22619
Diffstat (limited to 'astro/xearth')
-rw-r--r-- | astro/xearth/Makefile | 1 | ||||
-rw-r--r-- | astro/xearth/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile index 2659bd69605c..f33d665b4d21 100644 --- a/astro/xearth/Makefile +++ b/astro/xearth/Makefile @@ -23,6 +23,7 @@ MAN1= xearth.1 post-install: ${MKDIR} ${PREFIX}/lib/X11/xearth ${CP} ${FILESDIR}/freebsd.core.markers ${PREFIX}/lib/X11/xearth + ${CP} ${FILESDIR}/freebsd.committers.markers ${PREFIX}/lib/X11/xearth ${CP} ${FILESDIR}/freebsd.ftp.markers ${PREFIX}/lib/X11/xearth .include <bsd.port.mk> diff --git a/astro/xearth/pkg-plist b/astro/xearth/pkg-plist index a53387a519a8..9cf79af94645 100644 --- a/astro/xearth/pkg-plist +++ b/astro/xearth/pkg-plist @@ -1,4 +1,5 @@ bin/xearth lib/X11/xearth/freebsd.core.markers +lib/X11/xearth/freebsd.committers.markers lib/X11/xearth/freebsd.ftp.markers @dirrm lib/X11/xearth |