diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 18:16:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 18:16:33 +0000 |
commit | 682a3f805bd12536482e167759395025f70fc0d8 (patch) | |
tree | 20b3853cdcbf8e75dba5e7541cb5e070476950ee /cad/geda-docs | |
parent | 4bfd4a2628453962ab2d8a5e4036aa1cd3352075 (diff) | |
download | pkgsrc-682a3f805bd12536482e167759395025f70fc0d8.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'cad/geda-docs')
-rw-r--r-- | cad/geda-docs/Makefile | 5 | ||||
-rw-r--r-- | cad/geda-docs/PLIST.post | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/cad/geda-docs/Makefile b/cad/geda-docs/Makefile index 02a66301e79..e30eebb7808 100644 --- a/cad/geda-docs/Makefile +++ b/cad/geda-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/05/31 12:48:34 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.21 2009/06/14 18:16:33 joerg Exp $ # DISTNAME= geda-docs-${PKGVERSION} @@ -27,8 +27,5 @@ post-install: ${CAT} ${.CURDIR}/PLIST.pre > ${PLIST_SRC} ${FIND} ${PREFIX}/share/doc/geda-doc/wiki -type f -print | \ ${SORT} | ${SED} 's;^${PREFIX}/;;g' >> ${PLIST_SRC} - ${FIND} ${PREFIX}/share/doc/geda-doc/wiki -type d -print | \ - ${SORT} -r | ${SED} 's;^${PREFIX}/;@dirrm ;g' >> ${PLIST_SRC} - ${CAT} ${.CURDIR}/PLIST.post >> ${PLIST_SRC} .include "../../mk/bsd.pkg.mk" diff --git a/cad/geda-docs/PLIST.post b/cad/geda-docs/PLIST.post deleted file mode 100644 index b45dc71acbc..00000000000 --- a/cad/geda-docs/PLIST.post +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST.post,v 1.2 2007/05/31 12:48:34 dmcmahill Exp $ -@unexec ${RMDIR} %D/share/doc/geda-doc 2>/dev/null || ${TRUE} |