1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Strip binary

This commit is contained in:
Dmitry Marakasov 2015-02-26 01:26:34 +00:00
parent da7f3251d4
commit 0e0d3ecbac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379975

View File

@ -9,9 +9,12 @@ MASTER_SITES= ftp://ftp.lemis.com/pub/
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility to set title on an xterm
NO_WRKSUBDIR= YES
NO_WRKSUBDIR= yes
PLIST_FILES= bin/xtset man/man1/xtset.1.gz
MAKE_ARGS+= PREFIX=${STAGEDIR}${PREFIX}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>