summaryrefslogtreecommitdiff
path: root/x11/dxpc
diff options
context:
space:
mode:
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>