diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-10-26 06:15:04 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-10-26 06:15:04 +0000 |
commit | 39bc990211595d156dd03ef95a7c882b65eb34e7 (patch) | |
tree | 9d6160dedcae48ed8b9229a4f01e75dc8cbda4d5 /textproc | |
parent | 483fad4de4cb3837f05d3e00c202e6183d0ad2e4 (diff) | |
download | ports-39bc990211595d156dd03ef95a7c882b65eb34e7.tar.gz ports-39bc990211595d156dd03ef95a7c882b65eb34e7.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/iso8879/Makefile | 3 | ||||
-rw-r--r-- | textproc/iso8879/pkg-plist | 2 | ||||
-rw-r--r-- | textproc/linuxdoc/Makefile | 3 | ||||
-rw-r--r-- | textproc/linuxdoc/pkg-plist | 1 |
4 files changed, 4 insertions, 5 deletions
diff --git a/textproc/iso8879/Makefile b/textproc/iso8879/Makefile index 74033b778620..8f256ad175a3 100644 --- a/textproc/iso8879/Makefile +++ b/textproc/iso8879/Makefile @@ -12,11 +12,10 @@ MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/ DISTNAME= isoENTS EXTRACT_SUFX= .zip -MAINTAINER= jfieber@FreeBSD.org +MAINTAINER= kuriyama@FreeBSD.org BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -NO_MTREE= yes EXTRACT_ONLY= # empty NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/textproc/iso8879/pkg-plist b/textproc/iso8879/pkg-plist index 85fcc172b9cf..400d5bf44341 100644 --- a/textproc/iso8879/pkg-plist +++ b/textproc/iso8879/pkg-plist @@ -19,4 +19,4 @@ share/sgml/iso8879/ISOpub share/sgml/iso8879/ISOtech share/sgml/iso8879/catalog @dirrm share/sgml/iso8879 -@dirrm share/sgml +@unexec rmdir %D/share/sgml 2>/dev/null || true diff --git a/textproc/linuxdoc/Makefile b/textproc/linuxdoc/Makefile index 50ba05202ebf..6529131cd7de 100644 --- a/textproc/linuxdoc/Makefile +++ b/textproc/linuxdoc/Makefile @@ -10,11 +10,10 @@ PORTVERSION= 1.1 CATEGORIES= textproc MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/ -MAINTAINER= jfieber@FreeBSD.org +MAINTAINER= kuriyama@FreeBSD.org RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 -NO_MTREE= yes EXTRACT_ONLY= # empty NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/textproc/linuxdoc/pkg-plist b/textproc/linuxdoc/pkg-plist index 745da2c20792..a76887b87d9a 100644 --- a/textproc/linuxdoc/pkg-plist +++ b/textproc/linuxdoc/pkg-plist @@ -5,3 +5,4 @@ share/sgml/linuxdoc/freebsd-1.1.dtd share/sgml/linuxdoc/linuxdoc.dec share/sgml/linuxdoc/original.dtd @dirrm share/sgml/linuxdoc +@unexec rmdir %D/share/sgml 2>/dev/null || true |