diff options
-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 |