mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Strip binary
This commit is contained in:
parent
43a366f589
commit
7fb33adb65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419847
1 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= zonenotify
|
PORTNAME= zonenotify
|
||||||
PORTVERSION= 0.1
|
PORTVERSION= 0.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= dns
|
CATEGORIES= dns
|
||||||
MASTER_SITES= http://www.morettoni.net/bsd/ \
|
MASTER_SITES= http://www.morettoni.net/bsd/ \
|
||||||
LOCAL/ehaupt
|
LOCAL/ehaupt
|
||||||
|
@ -18,6 +19,9 @@ post-patch:
|
||||||
${WRKSRC}/Makefile
|
${WRKSRC}/Makefile
|
||||||
|
|
||||||
do-build:
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue