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 | |
parent | ab5f23ce796d97673bc0e3a2c48994d42f9ae70f (diff) | |
download | ports-231f491943ef808ddf63d9d5cc50a905120aad6f.tar.gz ports-231f491943ef808ddf63d9d5cc50a905120aad6f.zip |
Notes
-rw-r--r-- | www/mod_rpaf/Makefile | 1 | ||||
-rw-r--r-- | www/mod_rpaf2/Makefile | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_rpaf/Makefile b/www/mod_rpaf/Makefile index 6052e83cff2d..1dbccb5759c0 100644 --- a/www/mod_rpaf/Makefile +++ b/www/mod_rpaf/Makefile @@ -19,6 +19,7 @@ USE_APACHE= yes PLIST_SUB+= APACHE=apache2 AP_EXT= la SRC_FILE= mod_rpaf-2.0.c +PKGNAMESUFFIX= -ap2 .else PLIST_SUB+= APACHE=apache AP_EXT= so 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" |