diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-10-13 01:49:45 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-10-13 01:49:45 +0000 |
commit | 992f727a2a2a201f0e7d1d68ae1782aae6d45640 (patch) | |
tree | 1ea3b4365b9fe918a3ebb401650af72483a7ee8b /security/smtpmap | |
parent | 78784388b0a45dac54c62cb5b34ec2423de909ae (diff) | |
download | ports-992f727a2a2a201f0e7d1d68ae1782aae6d45640.tar.gz ports-992f727a2a2a201f0e7d1d68ae1782aae6d45640.zip |
Notes
Diffstat (limited to 'security/smtpmap')
-rw-r--r-- | security/smtpmap/Makefile | 8 |
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 |