summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrillig <rillig>2007-11-28 07:37:46 +0000
committerrillig <rillig>2007-11-28 07:37:46 +0000
commit6e7ae211404c9c2a120f773b1e3eabb448355da2 (patch)
treee6e466b3af1ee808f108f324ece8a031b3c9e8a7 /lang
parent611a65579b8eb1d51c7c97461478bf802ba50ef2 (diff)
downloadpkgsrc-6e7ae211404c9c2a120f773b1e3eabb448355da2.tar.gz
Use "ln -s" instead of "cp -r" for making DragonFly equivalent to
NetBSD, since the latter command doesn't like the inaccessible files that are created when patching against /dev/null.
Diffstat (limited to 'lang')
-rw-r--r--lang/sather/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sather/Makefile b/lang/sather/Makefile
index 8be0f138f73..d3edae3a8ff 100644
--- a/lang/sather/Makefile
+++ b/lang/sather/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2007/02/20 19:04:14 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2007/11/28 07:37:46 rillig Exp $
DISTNAME= sather-1.2.1
PKGREVISION= 7
@@ -49,7 +49,7 @@ SUBST_SED.sather-configure= \
INSTALLATION_DIRS= ${PKGMANDIR}/man1
post-patch:
- cd ${WRKSRC}/System/Platforms && ${CP} -r netbsd dragonfly
+ ln -s netbsd ${WRKSRC}/System/Platforms/dragonfly
post-build:
cd ${WRKSRC}/Emacs; \