summaryrefslogtreecommitdiff
path: root/x11/xephem/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2006-12-29 12:50:03 +0000
committerjoerg <joerg>2006-12-29 12:50:03 +0000
commitdcd37eaa260ce82a33811f44e727b3ac73bbb667 (patch)
tree6da8362501a28f3bbfd8e42aea4c0b38dcf09aaf /x11/xephem/Makefile
parent8f507b56a652666828ee82d8ef84667f84da6cc7 (diff)
downloadpkgsrc-dcd37eaa260ce82a33811f44e727b3ac73bbb667.tar.gz
Precreate all needed directories, most importantly the app defaults.
Diffstat (limited to 'x11/xephem/Makefile')
-rw-r--r--x11/xephem/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile
index 533c1c4f752..9defa322e3d 100644
--- a/x11/xephem/Makefile
+++ b/x11/xephem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2006/07/21 14:27:56 jlam Exp $
+# $NetBSD: Makefile,v 1.44 2006/12/29 12:50:03 joerg Exp $
DISTNAME= xephem-3.7.1
PKGREVISION= 1
@@ -45,12 +45,14 @@ REPLACE_FILES.perl= auxil/astorb2edb.pl auxil/mpcorb2edb.pl
GCC_REQD+= 2.95.3
.endif
+INSTALLATION_DIRS= bin lib/X11/app-defaults share/xephem/tools \
+ ${PKGMANDIR}/man1
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xephem ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xephem.man ${PREFIX}/${PKGMANDIR}/man1/xephem.1
${SED} s,@PREFIX@,${PREFIX}, ${FILESDIR}/XEphem.ad > ${WRKDIR}/XEphem
${INSTALL_DATA} ${WRKDIR}/XEphem ${PREFIX}/lib/X11/app-defaults
- ${INSTALL_DATA_DIR} ${PREFIX}/share/xephem/tools
cd ${WRKSRC}; ${CP} -R auxil catalogs fifos fits gallery help lo \
${PREFIX}/share/xephem
${CHOWN} -R ${SHAREOWN} ${PREFIX}/share/xephem