1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

- Fix install

Reported by:	bento via kris
This commit is contained in:
Pav Lucistnik 2004-01-22 10:10:42 +00:00
parent 106b8eaa49
commit 78a05076d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98784

View File

@ -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}