diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-03-18 00:42:51 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-03-18 00:42:51 +0000 |
commit | 231f491943ef808ddf63d9d5cc50a905120aad6f (patch) | |
tree | b54c3809b14d9fc5f44abc16fcbcfcf4708553b9 /www/mod_rpaf2 | |
parent | (1) Use .include correctly. (diff) |
PKGNAMESUFFIX should be added if WITH_APACHE2 is set. (and not only in
slave port)
Diffstat (limited to 'www/mod_rpaf2')
-rw-r--r-- | www/mod_rpaf2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/mod_rpaf2/Makefile b/www/mod_rpaf2/Makefile index 698c9011a791..531e607b10e3 100644 --- a/www/mod_rpaf2/Makefile +++ b/www/mod_rpaf2/Makefile @@ -8,6 +8,5 @@ WITH_APACHE2= yes LATEST_LINK= mod_rpaf2 MASTERDIR= ${.CURDIR}/../mod_rpaf -PKGNAMESUFFIX= -ap2 .include "${MASTERDIR}/Makefile" |