diff options
author | mycroft <mycroft> | 1998-03-20 08:35:59 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-03-20 08:35:59 +0000 |
commit | b81002f88f8b4341e25249683e9614e1bf77104b (patch) | |
tree | 683951163cc2ffdcc6f1c698311a314cbc605330 /x11/dxpc | |
parent | 5f6667fc07357c350ab665107480a61cf4f19cd0 (diff) | |
download | pkgsrc-b81002f88f8b4341e25249683e9614e1bf77104b.tar.gz |
Strip the dxpc executable.
Diffstat (limited to 'x11/dxpc')
-rw-r--r-- | x11/dxpc/Makefile | 5 |
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> |