summaryrefslogtreecommitdiff
path: root/x11/xglobe
diff options
context:
space:
mode:
authorfrueauf <frueauf>1999-01-07 01:03:59 +0000
committerfrueauf <frueauf>1999-01-07 01:03:59 +0000
commit7945f5a6e4d6fb1c413140f1df1826b421c2b833 (patch)
tree723d4ea097176400d715b8c7ea3941076fa94811 /x11/xglobe
parent8f8c845602de390ea92ff6267bce20e90354a904 (diff)
downloadpkgsrc-7945f5a6e4d6fb1c413140f1df1826b421c2b833.tar.gz
Forgot this while moving the distfiles to its subdir.
Diffstat (limited to 'x11/xglobe')
-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"