aboutsummaryrefslogtreecommitdiff
path: root/x11/xtset
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-26 01:26:34 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-26 01:26:34 +0000
commit0e0d3ecbac2654e7a76c5c1dda350db8331ba5b7 (patch)
treeb7836f1f9061814622597d2b0b426c9ca5220b21 /x11/xtset
parentda7f3251d408bc69814204ef390e1ad01dbd060b (diff)
- Strip binary
Notes
Notes: svn path=/head/; revision=379975
Diffstat (limited to 'x11/xtset')
-rw-r--r--x11/xtset/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xtset/Makefile b/x11/xtset/Makefile
index 8e7fd2963f58..e4fe5c7c7ec5 100644
--- a/x11/xtset/Makefile
+++ b/x11/xtset/Makefile
@@ -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>