diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1999-10-25 14:21:09 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1999-10-25 14:21:09 +0800 |
commit | f7ad9d4d413daefc94fec85947962afcb7dab003 (patch) | |
tree | 051204dfbd8dc7e977a2d66db6f6deb89b3c5269 /astro/xearth | |
parent | 3fb80026c4d11bbbd08d435bd6cb21b99652e78c (diff) | |
download | freebsd-ports-gnome-f7ad9d4d413daefc94fec85947962afcb7dab003.tar.gz freebsd-ports-gnome-f7ad9d4d413daefc94fec85947962afcb7dab003.tar.zst freebsd-ports-gnome-f7ad9d4d413daefc94fec85947962afcb7dab003.zip |
Install new marker file 'freebsd.committers.markers' at install time.
Also, add the above file to package PLIST.
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 |