diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-29 04:28:27 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-29 04:28:27 +0800 |
commit | 545fa3649fddc692bc26ac6df585ebdcb81a0b3b (patch) | |
tree | 86c190dd90753b651e4a5b031419319bb1e30a0b /www/cgihtml | |
parent | 10f0cea70c01b1baac6dc091229e454591133d66 (diff) | |
download | freebsd-ports-graphics-545fa3649fddc692bc26ac6df585ebdcb81a0b3b.tar.gz freebsd-ports-graphics-545fa3649fddc692bc26ac6df585ebdcb81a0b3b.tar.zst freebsd-ports-graphics-545fa3649fddc692bc26ac6df585ebdcb81a0b3b.zip |
- Strip library
- Drop @dirrm* from plist
Diffstat (limited to 'www/cgihtml')
-rw-r--r-- | www/cgihtml/Makefile | 3 | ||||
-rw-r--r-- | www/cgihtml/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/www/cgihtml/Makefile b/www/cgihtml/Makefile index 6553d6822a2..4a8604ef7e1 100644 --- a/www/cgihtml/Makefile +++ b/www/cgihtml/Makefile @@ -3,7 +3,7 @@ PORTNAME= cgihtml PORTVERSION= 1.69 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel MASTER_SITES= http://www.eekim.com/software/cgihtml/ \ ftp://www.eekim.com/pub/users/eekim/cgihtml/ \ @@ -21,6 +21,7 @@ post-extract: ${CP} ${FILESDIR}/Makefile ${WRKSRC} post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcgihtml.so @${MKDIR} ${STAGEDIR}${DOCSDIR}/html .for file in CHANGES CREDITS ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} diff --git a/www/cgihtml/pkg-plist b/www/cgihtml/pkg-plist index 8616e47504c..112984fea93 100644 --- a/www/cgihtml/pkg-plist +++ b/www/cgihtml/pkg-plist @@ -15,5 +15,3 @@ lib/libcgihtml.so.1 %%PORTDOCS%%share/doc/cgihtml/html/cgihtml-6.html %%PORTDOCS%%share/doc/cgihtml/html/cgihtml-7.html %%PORTDOCS%%share/doc/cgihtml/html/cgihtml.html -%%PORTDOCS%%@dirrm share/doc/cgihtml/html -%%PORTDOCS%%@dirrm share/doc/cgihtml |