pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/ROMInfo Use INSTALLTION_DIRS instead of AUTO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fa8f118a6d0
branches:  trunk
changeset: 352325:9fa8f118a6d0
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Sep 12 13:49:46 2016 +0000

description:
Use INSTALLTION_DIRS instead of AUTO_MKDIRS= yes, thanks wiz@

diffstat:

 emulators/ROMInfo/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 3978225b982f -r 9fa8f118a6d0 emulators/ROMInfo/Makefile
--- a/emulators/ROMInfo/Makefile        Mon Sep 12 13:27:33 2016 +0000
+++ b/emulators/ROMInfo/Makefile        Mon Sep 12 13:49:46 2016 +0000
@@ -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 @@
 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