aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-10-05 03:09:07 +0000
committerSteve Price <steve@FreeBSD.org>1998-10-05 03:09:07 +0000
commit8e66dd0b900dbc3510bd83422e3c84992c348da0 (patch)
tree677b20a9865fbd3969c54a5e2a7bd89816035cdf /graphics
parenteb6b8456ffcafd0714198ceb75448af24c232d26 (diff)
downloadports-8e66dd0b900dbc3510bd83422e3c84992c348da0.tar.gz
ports-8e66dd0b900dbc3510bd83422e3c84992c348da0.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gplot/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/gplot/Makefile b/graphics/gplot/Makefile
index ca29fa298214..9d09f2ff6a24 100644
--- a/graphics/gplot/Makefile
+++ b/graphics/gplot/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 Dec 97
# Whom: Pedro Giffuni <giffunip@asme.org>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/02/18 20:53:42 steve Exp $
#
DISTNAME= gplot
@@ -18,6 +18,7 @@ NO_WRKSUBDIR= yes
ALL_TARGET= drawcgm gtex gplot
MAN1= gplot.1
+DOCS= gplot.hlp gplot.txt gtex.doc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gplot ${PREFIX}/bin
@@ -26,10 +27,10 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/gplot.man ${PREFIX}/man/man1/gplot.1
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/Gplot
- ${GZIP_CMD} ${WRKSRC}/gplot.hlp
- ${GZIP_CMD} ${WRKSRC}/gplot.txt
- ${GZIP_CMD} ${WRKSRC}/gtex.doc
- ${INSTALL_DATA} ${WRKSRC}/*.gz ${PREFIX}/share/doc/Gplot
+.for f in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/share/doc/Gplot
+ ${GZIP_CMD} ${PREFIX}/share/doc/Gplot/$f
+.endfor
.endif
.include <bsd.port.mk>