aboutsummaryrefslogtreecommitdiffstats
path: root/www/emp
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-01-22 18:10:42 +0800
committerpav <pav@FreeBSD.org>2004-01-22 18:10:42 +0800
commit6b6d3c5d868af02b6b24001d86006fed7b7cb87d (patch)
tree67541665eff8df5885fbfe1d02e0da0c2eeec679 /www/emp
parentda8e095694d008c27e4a7ccfabcf887411f0d548 (diff)
downloadfreebsd-ports-gnome-6b6d3c5d868af02b6b24001d86006fed7b7cb87d.tar.gz
freebsd-ports-gnome-6b6d3c5d868af02b6b24001d86006fed7b7cb87d.tar.zst
freebsd-ports-gnome-6b6d3c5d868af02b6b24001d86006fed7b7cb87d.zip
- Fix install
Reported by: bento via kris
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}