diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 1997-10-28 12:50:42 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 1997-10-28 12:50:42 +0000 |
commit | 44365b392d67d1ca4f28f303239a50a093144ba6 (patch) | |
tree | 21237de7347af5a5eba9c55a23100b2750d7453c /lang/eperl | |
parent | 88c50d8371d36bd966cf7fff216659ea452ce424 (diff) | |
download | ports-44365b392d67d1ca4f28f303239a50a093144ba6.tar.gz ports-44365b392d67d1ca4f28f303239a50a093144ba6.zip |
Notes
Diffstat (limited to 'lang/eperl')
-rw-r--r-- | lang/eperl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/eperl/Makefile b/lang/eperl/Makefile index df47f8c52c5e..23a448982e14 100644 --- a/lang/eperl/Makefile +++ b/lang/eperl/Makefile @@ -3,7 +3,7 @@ # Date created: 03-Sep-1997 # Whom: Ralf S. Engelschall <rse@engelschall.com> # -# $Id: Makefile,v 1.14 1997/09/03 10:31:41 rse Exp $ +# $Id: Makefile,v 1.15 1997/10/28 12:43:04 rse Exp $ # DISTNAME= eperl-2.2.6 @@ -39,13 +39,13 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/eperl.1 ${PREFIX}/man/man1/eperl.1 .if !defined(NOPORTDOCS) @if [ ! -d ${PREFIX}/share/examples/eperl ]; then \ - ${MKDIR} -p ${PREFIX}/share/examples/eperl; \ + ${MKDIR} ${PREFIX}/share/examples/eperl; \ fi ${CP} ${WRKSRC}/eg/* ${PREFIX}/share/examples/eperl/ .endif .if defined(INSTALL_ALSO_AS_SSSL) @if [ ! -d ${PREFIX}/www/cgi-bin ]; then \ - ${MKDIR} -p ${PREFIX}/www/cgi-bin; \ + ${MKDIR} ${PREFIX}/www/cgi-bin; \ fi ${INSTALL_PROGRAM} ${WRKSRC}/eperl ${PREFIX}/www/cgi-bin/nph-eperl @if [ ".`grep x-httpd-eperl ${PREFIX}/etc/apache/srm.conf`" = . ]; then \ |