diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-08 10:33:16 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-08 10:33:16 +0800 |
commit | d4d48e8950f4fe9ba19dd80fb68ac9439a4cc492 (patch) | |
tree | 381ad7b3f4fdddac6d9c2aeaaa1bcf13116785bc /textproc | |
parent | 19e6bfdde421cd76c8f95b1f8a3a2de1f92e0fc4 (diff) | |
download | freebsd-ports-gnome-d4d48e8950f4fe9ba19dd80fb68ac9439a4cc492.tar.gz freebsd-ports-gnome-d4d48e8950f4fe9ba19dd80fb68ac9439a4cc492.tar.zst freebsd-ports-gnome-d4d48e8950f4fe9ba19dd80fb68ac9439a4cc492.zip |
- Add LICENSE
- Strip binary
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/html-pretty/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/html-pretty/Makefile b/textproc/html-pretty/Makefile index df7b266f780b..ba4c3bf76d42 100644 --- a/textproc/html-pretty/Makefile +++ b/textproc/html-pretty/Makefile @@ -3,6 +3,7 @@ PORTNAME= html-pretty PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= textproc www MASTER_SITES= http://ftp.math.utah.edu:80/pub/sgml/ DISTNAME= htmlpty-${PORTVERSION} @@ -10,6 +11,11 @@ DISTNAME= htmlpty-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= HTML and SGML prettyprinter and text-to-HTML/SGML converter +LICENSE= PD +LICENSE_NAME= Public Domain +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + GNU_CONFIGURE= yes PORTDOCS= * @@ -17,6 +23,7 @@ PORTDOCS= * DOCFILES= AUTHORS BUGS COPYING ChangeLog NEWS README THANKS post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${MKDIR} ${STAGEDIR}${DOCSDIR}/html ${INSTALL_DATA} ${WRKSRC}/*.html \ ${STAGEDIR}${DOCSDIR}/html |