pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/pilrc
Module Name: pkgsrc
Committed By: rillig
Date: Sun Jan 7 21:31:10 UTC 2018
Modified Files:
pkgsrc/devel/pilrc: Makefile PLIST
Log Message:
Move documentation to where it belongs, bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/pilrc/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/pilrc/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/pilrc/Makefile
diff -u pkgsrc/devel/pilrc/Makefile:1.34 pkgsrc/devel/pilrc/Makefile:1.35
--- pkgsrc/devel/pilrc/Makefile:1.34 Wed Oct 31 11:19:25 2012
+++ pkgsrc/devel/pilrc/Makefile Sun Jan 7 21:31:10 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2012/10/31 11:19:25 asau Exp $
+# $NetBSD: Makefile,v 1.35 2018/01/07 21:31:10 rillig Exp $
#
DISTNAME= pilrc-3.2
@@ -14,8 +14,6 @@ COMMENT= Generate resources for PalmOS a
GNU_CONFIGURE= YES
CONFIGURE_SCRIPT=unix/configure
-DOCDIR= ${PREFIX}/share/doc/html/pilrc
-
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.pilrc
@@ -34,12 +32,12 @@ PLIST.pilrcui= yes
CONFIGURE_ARGS+= --enable-pilrcui
.endif
-INSTALLATION_DIRS= ${DOCDIR}/images
+AUTO_MKDIRS= yes
post-install:
- cd ${WRKSRC}/doc && \
- ${INSTALL_DATA} archive.html download.html index.html \
- contrib.html history.html manual.html ${DESTDIR}${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/images/download.gif ${DESTDIR}${DOCDIR}/images
+ cd ${WRKSRC}/doc && ${INSTALL_DATA} *.html \
+ ${DESTDIR}${PREFIX}/share/doc/pilrc
+ cd ${WRKSRC}/doc/images && ${INSTALL_DATA} download.gif \
+ ${DESTDIR}${PREFIX}/share/doc/pilrc/images
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/pilrc/PLIST
diff -u pkgsrc/devel/pilrc/PLIST:1.4 pkgsrc/devel/pilrc/PLIST:1.5
--- pkgsrc/devel/pilrc/PLIST:1.4 Sun Jun 14 17:49:03 2009
+++ pkgsrc/devel/pilrc/PLIST Sun Jan 7 21:31:10 2018
@@ -1,13 +1,13 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:49:03 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/01/07 21:31:10 rillig Exp $
bin/pilrc
${PLIST.pilrcui}bin/pilrcui
-share/doc/html/pilrc/archive.html
-share/doc/html/pilrc/contrib.html
-share/doc/html/pilrc/download.html
-share/doc/html/pilrc/history.html
-share/doc/html/pilrc/images/download.gif
-share/doc/html/pilrc/index.html
-share/doc/html/pilrc/manual.html
+share/doc/pilrc/archive.html
+share/doc/pilrc/contrib.html
+share/doc/pilrc/download.html
+share/doc/pilrc/history.html
+share/doc/pilrc/images/download.gif
+share/doc/pilrc/index.html
+share/doc/pilrc/manual.html
share/pilrc/palette-02.pbm
share/pilrc/palette-04.pgm
share/pilrc/palette-16.pgm
Home |
Main Index |
Thread Index |
Old Index