summaryrefslogtreecommitdiff
path: root/security/smtpmap
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-10-13 01:49:45 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-10-13 01:49:45 +0000
commit992f727a2a2a201f0e7d1d68ae1782aae6d45640 (patch)
tree1ea3b4365b9fe918a3ebb401650af72483a7ee8b /security/smtpmap
parent[MAINTAINER] audio/faac: [Fix build on 6.0-CURRENT] (diff)
- add USE_GCC=2.95 and unbreak this port
- remove redundant statement PR: 72127 Submitted by: leeym Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=119135
Diffstat (limited to 'security/smtpmap')
-rw-r--r--security/smtpmap/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/smtpmap/Makefile b/security/smtpmap/Makefile
index 940ab31dea81..d278876e65b9 100644
--- a/security/smtpmap/Makefile
+++ b/security/smtpmap/Makefile
@@ -22,7 +22,7 @@ USE_GETOPT_LONG=yes
USE_BZIP2= yes
USE_REINPLACE= yes
USE_GMAKE= yes
-
+USE_GCC= 2.95
MAKEFILE= makefile
.include <bsd.port.pre.mk>
@@ -33,9 +33,9 @@ BROKEN= "Does not compile on FreeBSD >= 5.x"
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
- -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/makefile.conf
- @${REINPLACE_CMD} -e 's|\(INC)\) \(small\)|\1 $$(LIBS) \2|g' ${WRKSRC}/src/makefile
- @${REINPLACE_CMD} -e 's|-j 5||g' -e 's|@\(./inst\)|\1|g' ${WRKSRC}/makefile
+ -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
+ -e 's|g++|${CXX}|g' ${WRKSRC}/makefile.conf
+ @${REINPLACE_CMD} -e 's|-j 5||g' ${WRKSRC}/makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/smtpmap ${PREFIX}/bin