diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-23 01:41:51 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-23 01:41:51 +0000 |
commit | c62c6164f8534784c8a1dda14fea3ce152c807f8 (patch) | |
tree | 93f363ae5bea08e2441990a421f03c9e0f113606 /astro/xearth/Makefile | |
parent | 77fddf9a75cd97fc59239c47a7e9b2222fd3a117 (diff) | |
download | ports-c62c6164f8534784c8a1dda14fea3ce152c807f8.tar.gz ports-c62c6164f8534784c8a1dda14fea3ce152c807f8.zip |
Notes
Diffstat (limited to 'astro/xearth/Makefile')
-rw-r--r-- | astro/xearth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile index 476f81689ece..7723f7e45ba7 100644 --- a/astro/xearth/Makefile +++ b/astro/xearth/Makefile @@ -23,7 +23,7 @@ MAN1= xearth.1 # Copy the list of FreeBSD sites & committers locations post-install: @${MKDIR} ${PREFIX}/lib/X11/xearth -.for marker in freebsd.committers.markers freebsd.ftp.markers +.for marker in freebsd.committers.markers freebsd.submitters.markers freebsd.ftp.markers @${INSTALL_DATA} ${FILESDIR}/${marker} ${PREFIX}/lib/X11/xearth .endfor |