Strip binary

This commit is contained in:
Emanuel Haupt 2016-08-08 14:17:36 +00:00
parent 43a366f589
commit 7fb33adb65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419847

View file

@ -3,6 +3,7 @@
PORTNAME= zonenotify
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://www.morettoni.net/bsd/ \
LOCAL/ehaupt
@ -18,6 +19,9 @@ post-patch:
${WRKSRC}/Makefile
do-build:
${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} ${WRKSRC}/zonenotify.c
${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>