diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2000-10-26 14:15:04 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2000-10-26 14:15:04 +0800 |
commit | e538cfa9a04a3dc7a9405a5f1e657ce93cf0e9be (patch) | |
tree | 057af6f2a977fc5a90edb49d1d71dec9454c450b /textproc | |
parent | 537fc1959f9b1ec179f6e7aef68665e9f66ff240 (diff) | |
download | freebsd-ports-gnome-e538cfa9a04a3dc7a9405a5f1e657ce93cf0e9be.tar.gz freebsd-ports-gnome-e538cfa9a04a3dc7a9405a5f1e657ce93cf0e9be.tar.zst freebsd-ports-gnome-e538cfa9a04a3dc7a9405a5f1e657ce93cf0e9be.zip |
Remove NO_MTREE.
Remove %D/share/sgml on deinstall.
Take over maintainership.
Reported by: PW
Approved by: jfieber (old maintainer)
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 |