diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-20 17:32:42 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-20 17:32:42 +0800 |
commit | b73e9cba2332cf092773af8145c6f25b24a2c388 (patch) | |
tree | bc3b06a82d3bf528a95a6a8d4f030d423cbfcefe /french | |
parent | 8fed6ca044cf556524d198304b21c9dd7a533c2d (diff) | |
download | freebsd-ports-gnome-b73e9cba2332cf092773af8145c6f25b24a2c388.tar.gz freebsd-ports-gnome-b73e9cba2332cf092773af8145c6f25b24a2c388.tar.zst freebsd-ports-gnome-b73e9cba2332cf092773af8145c6f25b24a2c388.zip |
mastersite -> MASTER_SITE_SOURCEFORGE
LIB_DEPENDS on www/mod_php333 instead of lang/php3
Noticed by: bento
Diffstat (limited to 'french')
-rw-r--r-- | french/daCode/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/french/daCode/Makefile b/french/daCode/Makefile index 141839732bb1..a787e441ff10 100644 --- a/french/daCode/Makefile +++ b/french/daCode/Makefile @@ -8,12 +8,13 @@ PORTNAME= daCode PORTVERSION= 1.2.0 CATEGORIES= french -MASTER_SITES= http://switch.dl.sourceforge.net/sourceforge/dacode/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=dacode MAINTAINER= gioria@FreeBSD.org RUN_DEPENDS+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 \ - ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/lang/php3 + ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 NO_BUILD= yes |