aboutsummaryrefslogtreecommitdiff
path: root/textproc/sgmls
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-22 21:12:28 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-22 21:12:28 +0000
commit233ea8587ea268826324d1497bf4be9e2c84ca02 (patch)
treeadf1183fc0afda812932a5d66a7f02b867bb5b18 /textproc/sgmls
parentf53a7eb829efe1a1fbaf9bf32c968295d491e0fd (diff)
downloadports-233ea8587ea268826324d1497bf4be9e2c84ca02.tar.gz
ports-233ea8587ea268826324d1497bf4be9e2c84ca02.zip
Package the DOCS
Notes
Notes: svn path=/head/; revision=365697
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