pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/dxpc Don't hide important commands.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1bff2afe055
branches:  trunk
changeset: 533490:c1bff2afe055
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Sep 20 08:04:17 2007 +0000

description:
Don't hide important commands.

diffstat:

 x11/dxpc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3cd233274fc3 -r c1bff2afe055 x11/dxpc/Makefile
--- a/x11/dxpc/Makefile Thu Sep 20 07:59:11 2007 +0000
+++ b/x11/dxpc/Makefile Thu Sep 20 08:04:17 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2007/01/13 18:09:06 joerg Exp $
+# $NetBSD: Makefile,v 1.28 2007/09/20 08:04:17 rillig Exp $
 
 DISTNAME=      dxpc-3.8.2
 PKGREVISION=   1
@@ -15,7 +15,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 post-install:
-       @strip ${PREFIX}/bin/dxpc
+       strip ${PREFIX}/bin/dxpc
 
 .include "../../archivers/liblzo/buildlink3.mk"
 .include "../../x11/xproto/buildlink3.mk"



Home | Main Index | Thread Index | Old Index