pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/ROMInfo
Module Name: pkgsrc
Committed By: mef
Date: Mon Sep 12 13:49:46 UTC 2016
Modified Files:
pkgsrc/emulators/ROMInfo: Makefile
Log Message:
Use INSTALLTION_DIRS instead of AUTO_MKDIRS= yes, thanks wiz@
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/emulators/ROMInfo/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/ROMInfo/Makefile
diff -u pkgsrc/emulators/ROMInfo/Makefile:1.19 pkgsrc/emulators/ROMInfo/Makefile:1.20
--- pkgsrc/emulators/ROMInfo/Makefile:1.19 Wed Sep 7 13:25:45 2016
+++ pkgsrc/emulators/ROMInfo/Makefile Mon Sep 12 13:49:46 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2016/09/07 13:25:45 mef Exp $
+# $NetBSD: Makefile,v 1.20 2016/09/12 13:49:46 mef Exp $
#
DISTNAME= rinfo28
@@ -16,15 +16,13 @@ WRKSRC= ${WRKDIR}
MAKE_FILE= makefile
BUILD_TARGET= rominfo
EXTRACT_OPTS_ZIP= -aaqo
-INSTALLATION_DIRS= bin
-AUTO_MKDIRS= yes
+INSTALLATION_DIRS= bin share/doc/ROMInfo
post-extract:
${MKDIR} ${WRKSRC}/obj
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rominfo ${DESTDIR}${PREFIX}/bin
-# ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/ROMInfo
${INSTALL_DATA} ${WRKSRC}/readme.txt \
${DESTDIR}${PREFIX}/share/doc/ROMInfo
Home |
Main Index |
Thread Index |
Old Index