summaryrefslogtreecommitdiff
path: root/devel/cfitsio
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-01-17 12:19:21 +0000
committerjoerg <joerg@pkgsrc.org>2009-01-17 12:19:21 +0000
commit92c14bae6dfc99fccb3c0a22870e0d57cf1cded8 (patch)
tree16e58290d392f8bd6ae502f3d9d6d8b15ab3aff3 /devel/cfitsio
parentc1d26c61f57b275ef7487f682d0137e564832162 (diff)
downloadpkgsrc-92c14bae6dfc99fccb3c0a22870e0d57cf1cded8.tar.gz
Simplify.
Diffstat (limited to 'devel/cfitsio')
-rw-r--r--devel/cfitsio/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/cfitsio/Makefile b/devel/cfitsio/Makefile
index 07e8fd3d661..36e783f0970 100644
--- a/devel/cfitsio/Makefile
+++ b/devel/cfitsio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2009/01/16 19:44:00 sketch Exp $
+# $NetBSD: Makefile,v 1.21 2009/01/17 12:19:21 joerg Exp $
DISTNAME= cfitsio3100
PKGNAME= cfitsio-3.100
@@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE+= cfitsio.pc.in
BUILD_TARGET= all testprog
-INSTALLATION_DIRS= include lib lib/pkgconfig
+INSTALLATION_DIRS= include lib lib/pkgconfig share/doc/cfitsio
post-build:
cd ${WRKSRC}; \
@@ -28,7 +28,6 @@ post-build:
${CMP} testprog.fit testprog.std
do-install:
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/cfitsio
cd ${WRKSRC}; \
${LIBTOOL} ${INSTALL_DATA} libcfitsio.la ${DESTDIR}${PREFIX}/lib; \
${INSTALL_DATA} fitsio.h fitsio2.h longnam.h drvrsmem.h ${DESTDIR}${PREFIX}/include; \