Index: head/www/mod_rpaf/Makefile =================================================================== --- head/www/mod_rpaf/Makefile (revision 104339) +++ head/www/mod_rpaf/Makefile (revision 104340) @@ -1,34 +1,35 @@ # New ports collection makefile for: mod_rpaf # Date created: Mar 17, 2003 # Whom: Clement Laforet # # $FreeBSD$ # PORTNAME= mod_rpaf PORTVERSION= 0.5 CATEGORIES= www MASTER_SITES= http://stderr.net/apache/rpaf/download/ MAINTAINER= clement@FreeBSD.org COMMENT= Make proxied requests appear with client IP USE_APACHE= yes .if defined(WITH_APACHE2) PLIST_SUB+= APACHE=apache2 AP_EXT= la SRC_FILE= mod_rpaf-2.0.c +PKGNAMESUFFIX= -ap2 .else PLIST_SUB+= APACHE=apache AP_EXT= so SRC_FILE= mod_rpaf.c .endif do-build: @cd ${WRKSRC} && ${APXS} -c -o ${PORTNAME}.${AP_EXT} ${SRC_FILE} do-install: ${APXS} -i -a -n ${PORTNAME:S/mod_//} ${WRKSRC}/${PORTNAME}.${AP_EXT} .include Property changes on: head/www/mod_rpaf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/mod_rpaf2/Makefile =================================================================== --- head/www/mod_rpaf2/Makefile (revision 104339) +++ head/www/mod_rpaf2/Makefile (revision 104340) @@ -1,13 +1,12 @@ # New ports collection makefile for: mod_rpaf2 # Date created: Mar 17, 2003 # Whom: Clement Laforet # # $FreeBSD$ # WITH_APACHE2= yes LATEST_LINK= mod_rpaf2 MASTERDIR= ${.CURDIR}/../mod_rpaf -PKGNAMESUFFIX= -ap2 .include "${MASTERDIR}/Makefile" Property changes on: head/www/mod_rpaf2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property