summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron>2000-01-20 21:17:24 +0000
committertron <tron>2000-01-20 21:17:24 +0000
commit2a40151d644dddbd2087265699ac15553e265603 (patch)
tree6e0ed27f0e1ae6848c7b73a70e5d5e633c40c065 /x11
parent4562842d694a31793b1836228682a0f576408b2a (diff)
downloadpkgsrc-2a40151d644dddbd2087265699ac15553e265603.tar.gz
Use "${LN} -fs" instead of "${LN} -s" so that an interrupt configure
stage can be redone.
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-core/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile
index 276fbe89309..f5d90c2a12e 100644
--- a/x11/gnome-core/Makefile
+++ b/x11/gnome-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2000/01/20 14:25:19 tron Exp $
+# $NetBSD: Makefile,v 1.37 2000/01/20 21:17:24 tron Exp $
DISTNAME= gnome-core-1.0.55
CATEGORIES= x11 gnome
@@ -33,7 +33,7 @@ PLIST_SRC= ${WRKDIR}/PLIST
pre-configure:
@${MKDIR} ${WRKDIR}/sys
- @${LN} -s /usr/include/soundcard.h ${WRKDIR}/sys
+ @${LN} -fs /usr/include/soundcard.h ${WRKDIR}/sys
post-install:
@if [ -x ${PREFIX}/bin/cpumemusage_applet ]; then \