summaryrefslogtreecommitdiff
path: root/x11/dxpc
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>1998-03-20 08:35:59 +0000
committermycroft <mycroft@pkgsrc.org>1998-03-20 08:35:59 +0000
commite384052d635005fe52b7f9b112248df908e2583d (patch)
tree683951163cc2ffdcc6f1c698311a314cbc605330 /x11/dxpc
parentd50732932322dc5c4f2ed5b93b19ca6f757ff0ec (diff)
downloadpkgsrc-e384052d635005fe52b7f9b112248df908e2583d.tar.gz
Strip the dxpc executable.
Diffstat (limited to 'x11/dxpc')
-rw-r--r--x11/dxpc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile
index 73342486279..15e116292fd 100644
--- a/x11/dxpc/Makefile
+++ b/x11/dxpc/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 Januar 1998
# Whom: frueauf@ira.uka.de
#
-# $NetBSD: Makefile,v 1.2 1998/01/29 16:37:28 frueauf Exp $
+# $NetBSD: Makefile,v 1.3 1998/03/20 08:35:59 mycroft Exp $
#
DISTNAME= dxpc-3.7.0
@@ -18,4 +18,7 @@ USE_X11= yes
MAN1= dxpc.1
+post-install:
+ @strip ${PREFIX}/bin/dxpc
+
.include <bsd.port.mk>