Skip to content

Commit

Permalink
Strip binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaupt committed Aug 8, 2016
1 parent 4906888 commit 6bee282
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dns/zonenotify/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

PORTNAME= zonenotify
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://www.morettoni.net/bsd/ \
LOCAL/ehaupt
Expand All @@ -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>

0 comments on commit 6bee282

Please sign in to comment.