diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-06-26 13:33:14 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-06-26 13:33:14 +0000 |
commit | 55f1f14e1199fa732378012da9b63cfbbf9f47a8 (patch) | |
tree | 23ba70e9d72486304c2082d7dc31b6c6d6b722ac /www/aolserver/Makefile | |
parent | b2f7a9c32e4c64bc4b6c7b51dba34e3f10da863b (diff) |
Notes
Diffstat (limited to 'www/aolserver/Makefile')
-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" |