diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2015-03-04 09:45:59 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2015-03-04 09:45:59 +0000 |
commit | b9df574c8d52ba51212a6ebd82b21ee792a325bf (patch) | |
tree | 8722dbf95d8f2f6b07d6408b4bade708f695554a /mail/greylite | |
parent | f9f916b0101368ac1f63e5e08d650e62de74c084 (diff) | |
download | ports-b9df574c8d52ba51212a6ebd82b21ee792a325bf.tar.gz ports-b9df574c8d52ba51212a6ebd82b21ee792a325bf.zip |
Notes
Diffstat (limited to 'mail/greylite')
-rw-r--r-- | mail/greylite/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/greylite/Makefile b/mail/greylite/Makefile index 85e35ca9ba37..b643c4c02a9b 100644 --- a/mail/greylite/Makefile +++ b/mail/greylite/Makefile @@ -22,7 +22,6 @@ PLIST_FILES= bin/greylite \ %%UCSPI2SOCKET%%bin/ucspi2socket \ man/man8/greylite.8.gz -MANCOMPRESSED= yes SUB_FILES= pkg-message OPTIONS_DEFINE= GEOIP DNSBLENV UCSPI2SOCKET @@ -58,7 +57,4 @@ post-patch: ${REINPLACE_CMD} -e 's|PREFIX\?=.*|PREFIX=${STAGEDIR}${PREFIX}|g' \ ${WRKSRC}/Makefile -do-build: - ${MAKE} -C ${WRKSRC} ${MAKE_ARGS} - .include <bsd.port.post.mk> |