diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-12-06 17:31:33 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-12-06 17:31:33 +0000 |
commit | e7e703270aaa2be61898cee21034e1fedb01833a (patch) | |
tree | 9b0ecf8b891a829e0a05cd8ca9b598bd0a5be3d7 /www/mod_rpaf | |
parent | 8b795da8235d89b0aeae866e7b21bfb92733d61a (diff) |
Notes
Diffstat (limited to 'www/mod_rpaf')
-rw-r--r-- | www/mod_rpaf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mod_rpaf/Makefile b/www/mod_rpaf/Makefile index 7b3a443a05a2..9eb21237341b 100644 --- a/www/mod_rpaf/Makefile +++ b/www/mod_rpaf/Makefile @@ -21,6 +21,7 @@ AP_GENPLIST= YES .if ${APACHE_VERSION} >= 20 SRC_FILE= mod_rpaf-2.0.c +PKGNAMESUFFIX= -ap2 .endif .include <bsd.port.post.mk> |