diff options
author | Jeremy Chadwick <koitsu@FreeBSD.org> | 2008-03-26 16:41:30 +0000 |
---|---|---|
committer | Jeremy Chadwick <koitsu@FreeBSD.org> | 2008-03-26 16:41:30 +0000 |
commit | caafd75abed8cee44804cbda24c41828a0c4c607 (patch) | |
tree | cf37199be63585ad25f1bd621e410e2b4e362fc3 /www/suphp | |
parent | aa2914e40cc784055ea380f58b26e54aee847752 (diff) | |
download | ports-caafd75abed8cee44804cbda24c41828a0c4c607.tar.gz ports-caafd75abed8cee44804cbda24c41828a0c4c607.zip |
* Pipe is not slash. *sigh*
Notes
Notes:
svn path=/head/; revision=209885
Diffstat (limited to 'www/suphp')
-rw-r--r-- | www/suphp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/suphp/Makefile b/www/suphp/Makefile index 18647060179e..b67c0148225d 100644 --- a/www/suphp/Makefile +++ b/www/suphp/Makefile @@ -9,7 +9,7 @@ PORTNAME= suphp PORTVERSION= 0.6.2 CATEGORIES= www MASTER_SITES= http://www.suphp.org/download/ \ - ${MASTER_SITE_LOCAL:S/%SUBDIR%|koitsu|} + ${MASTER_SITE_LOCAL:S|%SUBDIR%|koitsu|} MAINTAINER= koitsu@FreeBSD.org COMMENT= Securely execute PHP scripts under Apache |