aboutsummaryrefslogtreecommitdiff
path: root/www/emp
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-22 10:10:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-22 10:10:42 +0000
commit78a05076d4438661d908542dd817c73eb315477a (patch)
treeb44fc2cc7be95bb6832de31fd634e4e17584e761 /www/emp
parent106b8eaa4933e6977c36dc6a13717aa4814a6188 (diff)
downloadports-78a05076d4438661d908542dd817c73eb315477a.tar.gz
ports-78a05076d4438661d908542dd817c73eb315477a.zip
Notes
Diffstat (limited to 'www/emp')
-rw-r--r--www/emp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/emp/Makefile b/www/emp/Makefile
index a3cbb35c3ae8..7453cffde390 100644
--- a/www/emp/Makefile
+++ b/www/emp/Makefile
@@ -15,9 +15,10 @@ COMMENT= CGI program to deliver hierarchy of web links
HAS_CONFIGURE= yes
-CGI_BIN= ${LOCALBASE}/www/cgi-bin
+CGI_BIN= ${PREFIX}/www/cgi-bin
do-install:
+ ${MKDIR} ${CGI_BIN}
${INSTALL_PROGRAM} ${WRKSRC}/emp ${CGI_BIN}/emp.cgi
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/Samples/links.sample ${EXAMPLESDIR}