1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

remove unneeded stuff

This commit is contained in:
Oliver Lehmann 2015-03-04 09:45:59 +00:00
parent f9f916b010
commit b9df574c8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380425

View File

@ -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>