diff options
-rw-r--r-- | www/aolserver/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/aolserver/Makefile b/www/aolserver/Makefile index 6cc4cce37b48..69abd4eb2151 100644 --- a/www/aolserver/Makefile +++ b/www/aolserver/Makefile @@ -7,7 +7,7 @@ PORTNAME= aolserver PORTVERSION= 4.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= aolserver @@ -700,6 +700,9 @@ PLIST_SUB+= TESTS="" PLIST_SUB+= TESTS="@comment " .endif +post-patch: + @${REINPLACE_CMD} -e 's| _init| _ns_init|' ${WRKSRC}/include/ns.mak.in + post-install: .if defined(WITH_TESTS) @ ${ECHO_MSG} "Installing tests" |