diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-20 09:32:42 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-20 09:32:42 +0000 |
commit | eeaeffd4db68853736738cb613af17a2409fcf8b (patch) | |
tree | 8da38ad89d36a1d7072339116a0149dc671f4ea1 /french/daCode | |
parent | e6ce18cbfd794fd7ac3befb6f41d0bdc7d5e98af (diff) | |
download | ports-eeaeffd4db68853736738cb613af17a2409fcf8b.tar.gz ports-eeaeffd4db68853736738cb613af17a2409fcf8b.zip |
mastersite -> MASTER_SITE_SOURCEFORGE
LIB_DEPENDS on www/mod_php333 instead of lang/php3
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=73636
Diffstat (limited to 'french/daCode')
-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 |