summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-03-24 18:43:44 +0000
committerjlam <jlam@pkgsrc.org>2000-03-24 18:43:44 +0000
commit476295e53a8192e382e18bfee9dd8831309f1233 (patch)
treed6ab15e7eddbd718132821e36827f19b900e17f3
parent95d835945c464d1faef4a3688c6f86509348f6cb (diff)
downloadpkgsrc-476295e53a8192e382e18bfee9dd8831309f1233.tar.gz
Remove redundant strip command.
-rw-r--r--print/ghostscript5-x11/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/print/ghostscript5-x11/Makefile b/print/ghostscript5-x11/Makefile
index c9b1bebdea9..821a93a84e6 100644
--- a/print/ghostscript5-x11/Makefile
+++ b/print/ghostscript5-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/03/24 18:25:39 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2000/03/24 18:43:44 jlam Exp $
PKGNAME= ${DISTNAME:S/-/-x11-/}
CATEGORIES+= x11
@@ -14,9 +14,6 @@ post-extract: common-post-extract
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/obj/gs ${PREFIX}/bin/gsx11
-
-post-install:
- strip ${PREFIX}/bin/gsx11
${LN} -s gs.1 ${PREFIX}/man/man1/gsx11.1
.include "../../print/ghostscript5/Makefile.common"