summaryrefslogtreecommitdiff
path: root/x11/xglobe/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1999-01-07 01:03:59 +0000
committerfrueauf <frueauf@pkgsrc.org>1999-01-07 01:03:59 +0000
commit9b92f73f2e72ff4f837441bb33497f8285436a62 (patch)
tree723d4ea097176400d715b8c7ea3941076fa94811 /x11/xglobe/Makefile
parent1fbe8a8f89605b49080163d3f2e49c551761594f (diff)
downloadpkgsrc-9b92f73f2e72ff4f837441bb33497f8285436a62.tar.gz
Forgot this while moving the distfiles to its subdir.
Diffstat (limited to 'x11/xglobe/Makefile')
-rw-r--r--x11/xglobe/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xglobe/Makefile b/x11/xglobe/Makefile
index 24763f49040..da7c354aed2 100644
--- a/x11/xglobe/Makefile
+++ b/x11/xglobe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/01/06 14:02:33 frueauf Exp $
+# $NetBSD: Makefile,v 1.3 1999/01/07 01:03:59 frueauf Exp $
#
DISTNAME= xglobe-0.1
@@ -22,8 +22,8 @@ USE_GMAKE= YES
MAKE_ENV+= QTDIR=${X11BASE}
post-install:
- ${INSTALL_DATA} ${DISTDIR}/mggd.gif ${X11BASE}/lib/X11/xglobe/map.bmp
- ${INSTALL_DATA} ${DISTDIR}/LE.400.gif ${X11BASE}/lib/X11/xglobe/daymap.gif
- ${INSTALL_DATA} ${DISTDIR}/Brill.400.gif ${X11BASE}/lib/X11/xglobe/nightmap.gif
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/mggd.gif ${X11BASE}/lib/X11/xglobe/map.bmp
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/LE.400.gif ${X11BASE}/lib/X11/xglobe/daymap.gif
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/Brill.400.gif ${X11BASE}/lib/X11/xglobe/nightmap.gif
.include "../../mk/bsd.pkg.mk"