aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/sgmls
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-08-23 05:12:28 +0800
committerantoine <antoine@FreeBSD.org>2014-08-23 05:12:28 +0800
commit148445ef666183f8d9272f1bc811ce18de508b3c (patch)
treeadf1183fc0afda812932a5d66a7f02b867bb5b18 /textproc/sgmls
parentd384be06290b13ad0ff2e8828f298eb45402c397 (diff)
downloadfreebsd-ports-gnome-148445ef666183f8d9272f1bc811ce18de508b3c.tar.gz
freebsd-ports-gnome-148445ef666183f8d9272f1bc811ce18de508b3c.tar.zst
freebsd-ports-gnome-148445ef666183f8d9272f1bc811ce18de508b3c.zip
Package the DOCS
Diffstat (limited to 'textproc/sgmls')
-rw-r--r--textproc/sgmls/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/sgmls/Makefile b/textproc/sgmls/Makefile
index 1181bd53d784..6338378fbca1 100644
--- a/textproc/sgmls/Makefile
+++ b/textproc/sgmls/Makefile
@@ -3,20 +3,20 @@
PORTNAME= sgmls
PORTVERSION= 1.1.91
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.jclark.com/pub/sgmls/
-EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= SGML parser
+USES= tar:Z
WRKSRC= ${WRKDIR}/${PORTNAME}
HAS_CONFIGURE= yes
INSTALL_TARGET= install install.man
PROGS= sgmls sgmlsasp rast
-PKGDOCS= ChangeLog INSTALL LICENSE NEWS README TODO
+PORTDOCS= ChangeLog INSTALL LICENSE NEWS README TODO
OPTIONS_DEFINE= DOCS
@@ -30,9 +30,8 @@ post-build:
cd ${WRKSRC} && ${MAKE} test
post-install:
- @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
@-${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for f in ${PKGDOCS}
+.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor