diff options
author | oliver <oliver@FreeBSD.org> | 2015-03-04 17:45:59 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2015-03-04 17:45:59 +0800 |
commit | 47d44d56d4b23e1cbb69754a004d7d66663f2dbe (patch) | |
tree | 8722dbf95d8f2f6b07d6408b4bade708f695554a /mail | |
parent | b63670f3d4de293cb85608cdc84a94a5979e77a6 (diff) | |
download | freebsd-ports-gnome-47d44d56d4b23e1cbb69754a004d7d66663f2dbe.tar.gz freebsd-ports-gnome-47d44d56d4b23e1cbb69754a004d7d66663f2dbe.tar.zst freebsd-ports-gnome-47d44d56d4b23e1cbb69754a004d7d66663f2dbe.zip |
remove unneeded stuff
Diffstat (limited to 'mail')
-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> |