aboutsummaryrefslogtreecommitdiff
path: root/net/hlmaster/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2001-12-23 15:46:50 +0000
committerPatrick Li <pat@FreeBSD.org>2001-12-23 15:46:50 +0000
commita9f37fecd2a924247c15bd6ebcac6761c728f89e (patch)
tree299bbf6c89e11215324cc378f0058920713bbf40 /net/hlmaster/Makefile
parent1eb6078e88c8113fbccbcf7ce48ae2e65a892839 (diff)
downloadports-a9f37fecd2a924247c15bd6ebcac6761c728f89e.tar.gz
ports-a9f37fecd2a924247c15bd6ebcac6761c728f89e.zip
Notes
Diffstat (limited to 'net/hlmaster/Makefile')
-rw-r--r--net/hlmaster/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/net/hlmaster/Makefile b/net/hlmaster/Makefile
index e793f993766e..ae1ea5221016 100644
--- a/net/hlmaster/Makefile
+++ b/net/hlmaster/Makefile
@@ -6,22 +6,24 @@
#
PORTNAME= hlmaster
-PORTVERSION= 0.9.2
+PORTVERSION= 0.9.3
CATEGORIES= net games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= pat@FreeBSD.org
-MAKEFILE= Makefile.bsd
+GNU_CONFIGURE= yes
MAN1= ${PORTNAME}.1 ${PORTNAME}.gameserver.1 \
${PORTNAME}.filter.1 ${PORTNAME}.list.1
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
- @${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 \
- ${PREFIX}/man/man1
+pre-patch:
+ @${PERL} -pi -e 's|-O2||' ${WRKSRC}/configure
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${PERL} \
+ -pi.orig -e 's|CXXFLAGS = -O2 -Wall||'
+
+post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
@${MKDIR} ${DOCSDIR}