diff options
author | joerg <joerg@pkgsrc.org> | 2009-01-17 12:19:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-01-17 12:19:21 +0000 |
commit | e47b89042f32f820c7a7e61cfada72f0e8592661 (patch) | |
tree | 16e58290d392f8bd6ae502f3d9d6d8b15ab3aff3 /devel/cfitsio/Makefile | |
parent | 267852deeae4418c652d21d8d1acaf868b97ed88 (diff) | |
download | pkgsrc-e47b89042f32f820c7a7e61cfada72f0e8592661.tar.gz |
Simplify.
Diffstat (limited to 'devel/cfitsio/Makefile')
-rw-r--r-- | devel/cfitsio/Makefile | 5 |
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; \ |