summaryrefslogtreecommitdiff
path: root/shells/scsh
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-02-23 15:52:04 +0000
committerhubertf <hubertf>1998-02-23 15:52:04 +0000
commite08fb27832b976a5c7fd1eb3c638b310d83ad3fe (patch)
tree9e899344928785153be2218dfc9ba43937182c0e /shells/scsh
parent51aca9e4e3411ce8b45259c456c18ffa634ac2b9 (diff)
downloadpkgsrc-e08fb27832b976a5c7fd1eb3c638b310d83ad3fe.tar.gz
fix post-configure target, reported by Markus Illenseer
Diffstat (limited to 'shells/scsh')
-rw-r--r--shells/scsh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile
index 478f296dc52..6805c88df77 100644
--- a/shells/scsh/Makefile
+++ b/shells/scsh/Makefile
@@ -3,7 +3,7 @@
# Date created: Jul, 15, 1997
# Whom: cracauer@cons.org "Martin Cracauer"
#
-# $NetBSD: Makefile,v 1.2 1998/02/09 00:16:04 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 1998/02/23 15:52:04 hubertf Exp $
# FreeBSD Id: Makefile,v 1.4 1997/07/15 15:00:30 cracauer Exp
#
@@ -22,7 +22,7 @@ MAKE_ENV+= INSTALL_PROGRAM='${INSTALL_PROGRAM}' \
INSTALL_DATA='${INSTALL_DATA}'
post-configure:
- cd ${WRKSRC};sed -e '/LIBGEN/s@^@/*@g' -e '/LIBGEN/s@$$@*/@g' sysdep.h >xx ; mv xx sysdep.h
+ cd ${WRKSRC};sed -e '/LIBGEN/d' sysdep.h >xx ; mv xx sysdep.h
post-install:
@strip ${PREFIX}/bin/scsh