pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/minivmac



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Jan  7 21:46:56 UTC 2018

Modified Files:
        pkgsrc/emulators/minivmac: Makefile PLIST

Log Message:
Move documentation to where it belongs, add license, bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/emulators/minivmac/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/minivmac/PLIST

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

Modified files:

Index: pkgsrc/emulators/minivmac/Makefile
diff -u pkgsrc/emulators/minivmac/Makefile:1.19 pkgsrc/emulators/minivmac/Makefile:1.20
--- pkgsrc/emulators/minivmac/Makefile:1.19     Wed Oct  3 12:55:15 2012
+++ pkgsrc/emulators/minivmac/Makefile  Sun Jan  7 21:46:55 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/10/03 12:55:15 asau Exp $
+# $NetBSD: Makefile,v 1.20 2018/01/07 21:46:55 rillig Exp $
 
 DISTNAME=      minivmac-0.1.7.src
 PKGNAME=       minivmac-0.1.7
@@ -10,22 +10,18 @@ EXTRACT_SUFX=       .tgz
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://minivmac.sourceforge.net/
 COMMENT=       Miniature Macintosh emulator
+LICENSE=       gnu-gpl-v2
 
 WRKSRC=                ${WRKDIR}/minivmac
-
-SCRIPTS_ENV+=  CC="${CC}"
-
-DOCDIR=                ${PREFIX}/share/doc/html/minivmac
-
-INSTALLATION_DIRS=     bin
+SCRIPTS_ENV+=  CC=${CC:Q}
+AUTO_MKDIRS=   yes
 
 do-build:
        cd ${WRKSRC}/tool/bash; ${SETENV} ${SCRIPTS_ENV} ${SH} build
 
 do-install:
-       ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
        ${INSTALL_PROGRAM} ${WRKSRC}/drv/minivmac ${DESTDIR}${PREFIX}/bin
-       ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DESTDIR}${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DESTDIR}${PREFIX}/share/doc/minivmac
 
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/emulators/minivmac/PLIST
diff -u pkgsrc/emulators/minivmac/PLIST:1.4 pkgsrc/emulators/minivmac/PLIST:1.5
--- pkgsrc/emulators/minivmac/PLIST:1.4 Mon Jan  1 22:29:27 2018
+++ pkgsrc/emulators/minivmac/PLIST     Sun Jan  7 21:46:56 2018
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.4 2018/01/01 22:29:27 rillig Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/01/07 21:46:56 rillig Exp $
 bin/minivmac
-share/doc/html/minivmac/about.html
-share/doc/html/minivmac/autoquit.html
-share/doc/html/minivmac/build.html
-share/doc/html/minivmac/contents.html
-share/doc/html/minivmac/credits.html
-share/doc/html/minivmac/default.html
-share/doc/html/minivmac/license.html
-share/doc/html/minivmac/manual.html
-share/doc/html/minivmac/todo.html
+share/doc/minivmac/about.html
+share/doc/minivmac/autoquit.html
+share/doc/minivmac/build.html
+share/doc/minivmac/contents.html
+share/doc/minivmac/credits.html
+share/doc/minivmac/default.html
+share/doc/minivmac/license.html
+share/doc/minivmac/manual.html
+share/doc/minivmac/todo.html



Home | Main Index | Thread Index | Old Index