pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/cfitsio



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Jun 19 07:40:17 UTC 2016

Modified Files:
        pkgsrc/devel/cfitsio: Makefile PLIST

Log Message:
Don't install testprog


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/cfitsio/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/cfitsio/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/cfitsio/Makefile
diff -u pkgsrc/devel/cfitsio/Makefile:1.30 pkgsrc/devel/cfitsio/Makefile:1.31
--- pkgsrc/devel/cfitsio/Makefile:1.30  Sat Jun 18 09:06:11 2016
+++ pkgsrc/devel/cfitsio/Makefile       Sun Jun 19 07:40:17 2016
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2016/06/18 09:06:11 mef Exp $
+# $NetBSD: Makefile,v 1.31 2016/06/19 07:40:17 markd Exp $
 
 DISTNAME=      cfitsio3390
 PKGNAME=       ${DISTNAME:S/o3/o-3./}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/
 
@@ -32,6 +33,9 @@ post-build:
        ./testprog > /dev/null; \
        ${CMP} testprog.fit testprog.std
 
+pre-install:
+       rm ${WRKSRC}/testprog
+
 post-install:
        cd ${WRKSRC}/docs; \
        ${INSTALL_DATA} ${CFITSIO_DOCS} ${DESTDIR}${PREFIX}/share/doc/cfitsio

Index: pkgsrc/devel/cfitsio/PLIST
diff -u pkgsrc/devel/cfitsio/PLIST:1.8 pkgsrc/devel/cfitsio/PLIST:1.9
--- pkgsrc/devel/cfitsio/PLIST:1.8      Sat Jun 18 09:06:11 2016
+++ pkgsrc/devel/cfitsio/PLIST  Sun Jun 19 07:40:17 2016
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2016/06/18 09:06:11 mef Exp $
-bin/testprog
+@comment $NetBSD: PLIST,v 1.9 2016/06/19 07:40:17 markd Exp $
 include/drvrsmem.h
 include/fitsio.h
 include/fitsio2.h



Home | Main Index | Thread Index | Old Index