diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-01-13 20:12:39 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-01-13 20:12:39 +0000 |
commit | 0011dddc4af5fb837a1dacbd16586f4338532ed2 (patch) | |
tree | 4b1bbcf97f85797b6f267614e7c52d335f9c9261 /textproc | |
parent | 99628349fc10ef2d5d7e93852e35c6377c46a400 (diff) | |
download | ports-0011dddc4af5fb837a1dacbd16586f4338532ed2.tar.gz ports-0011dddc4af5fb837a1dacbd16586f4338532ed2.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlroff/Makefile | 2 | ||||
-rw-r--r-- | textproc/xmlroff/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xmlroff/Makefile b/textproc/xmlroff/Makefile index afcc6aa82a40..07a02df6e7ba 100644 --- a/textproc/xmlroff/Makefile +++ b/textproc/xmlroff/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmlroff PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/textproc/xmlroff/pkg-plist b/textproc/xmlroff/pkg-plist index b6ee5405afc3..5ac5ce40ec1d 100644 --- a/textproc/xmlroff/pkg-plist +++ b/textproc/xmlroff/pkg-plist @@ -340,6 +340,7 @@ share/xml/libfo-0.3.0/catalog.xml share/xml/libfo-0.3.0/libfo-compat.xsl share/xml/libfo-0.3.0/xmlroff.fo @dirrm share/xml/libfo-0.3.0 +@unexec rmdir %D/share/xml 2>/dev/null || true @dirrm %%DOCSDIR%% @dirrm include/libfo-0.3/property @dirrm include/libfo-0.3/libfo |