diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-22 10:10:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-22 10:10:42 +0000 |
commit | 78a05076d4438661d908542dd817c73eb315477a (patch) | |
tree | b44fc2cc7be95bb6832de31fd634e4e17584e761 /www/emp | |
parent | - Update to 3.7.18 (diff) |
- Fix install
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=98784
Diffstat (limited to 'www/emp')
-rw-r--r-- | www/emp/Makefile | 3 |
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} |