aboutsummaryrefslogtreecommitdiffstats
path: root/www/htmlpp/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-11-29 16:20:30 +0800
committerasami <asami@FreeBSD.org>1998-11-29 16:20:30 +0800
commit09e56205d416c4ecf0cbd8a650afca0a83f3daea (patch)
tree1415e8e6456b1ed6b0b70db4581e52c12eaacadf /www/htmlpp/Makefile
parent65e077136b52046bdb1dba4f790bd5367e382214 (diff)
downloadfreebsd-ports-graphics-09e56205d416c4ecf0cbd8a650afca0a83f3daea.tar.gz
freebsd-ports-graphics-09e56205d416c4ecf0cbd8a650afca0a83f3daea.tar.zst
freebsd-ports-graphics-09e56205d416c4ecf0cbd8a650afca0a83f3daea.zip
Create installation directory.
Diffstat (limited to 'www/htmlpp/Makefile')
-rw-r--r--www/htmlpp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/htmlpp/Makefile b/www/htmlpp/Makefile
index 10ed0f52de4..27336d843c9 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)