From 36b1b3272769c74058f5578d13b484c572199394 Mon Sep 17 00:00:00 2001 From: mm Date: Tue, 26 Jun 2007 13:33:14 +0000 Subject: - fix build on 6-STABLE (and maybe elsewhere) - bump PORTREVISION Suggested by: pav Approved by: garga (mentor) --- www/aolserver/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'www/aolserver') 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" -- cgit