summaryrefslogtreecommitdiff
path: root/mail/greylite
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2015-03-04 09:45:59 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2015-03-04 09:45:59 +0000
commitb9df574c8d52ba51212a6ebd82b21ee792a325bf (patch)
tree8722dbf95d8f2f6b07d6408b4bade708f695554a /mail/greylite
parent- Update to 2.1.4 (diff)
remove unneeded stuff
Notes
Notes: svn path=/head/; revision=380425
Diffstat (limited to 'mail/greylite')
-rw-r--r--mail/greylite/Makefile4
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>