aboutsummaryrefslogtreecommitdiff
path: root/www/htmlpp
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-29 08:20:30 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-29 08:20:30 +0000
commit673afd02fd4225f0f5023eac4d4169c02a04e50d (patch)
treee2318898921d9fa258d8aa46261529f3d7c1a01f /www/htmlpp
parentacaf5c0dd0da8000c2325b064044a61fa914fa61 (diff)
downloadports-673afd02fd4225f0f5023eac4d4169c02a04e50d.tar.gz
ports-673afd02fd4225f0f5023eac4d4169c02a04e50d.zip
Create installation directory.
Notes
Notes: svn path=/head/; revision=14950
Diffstat (limited to 'www/htmlpp')
-rw-r--r--www/htmlpp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/htmlpp/Makefile b/www/htmlpp/Makefile
index 10ed0f52de4b..27336d843c96 100644
--- a/www/htmlpp/Makefile
+++ b/www/htmlpp/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 Nov 1997
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.1.1.1 1998/07/20 23:20:22 dburr Exp $
+# $Id: Makefile,v 1.2 1998/09/15 21:31:55 asami Exp $
#
DISTNAME= htmlpp
@@ -30,6 +30,7 @@ do-build:
${MV} ${WRKDIR}/htmlpp.temp ${WRKDIR}/htmlpp
do-install:
+ ${MKDIR} ${PREFIX}/lib/perl5/site_perl
${INSTALL_SCRIPT} ${WRKDIR}/htmlpp ${PREFIX}/bin/htmlpp
${INSTALL_DATA} ${WRKDIR}/htmlpp.d ${PREFIX}/lib/perl5/site_perl/htmlpp.d
(cd ${WRKDIR}; for FILE in *.pl; do ${INSTALL_DATA} $${FILE} ${PREFIX}/lib/perl5/site_perl/$${FILE}; done)