summaryrefslogtreecommitdiff
path: root/editors/ve
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-02-25 12:12:47 +0000
committerjperkin <jperkin@pkgsrc.org>2016-02-25 12:12:47 +0000
commit1b40dcd9f36f779d46476e13ee9358b88db18f05 (patch)
treef1a4fb72a51c4774071ccedf5be918c6f34c117a /editors/ve
parent7fdd43d846dce67b6998fa5441196ffaa1b56e5b (diff)
downloadpkgsrc-1b40dcd9f36f779d46476e13ee9358b88db18f05.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'editors/ve')
-rw-r--r--editors/ve/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/ve/Makefile b/editors/ve/Makefile
index f832b7232c3..6ae8f632de5 100644
--- a/editors/ve/Makefile
+++ b/editors/ve/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/02/24 13:13:08 wiedi Exp $
+# $NetBSD: Makefile,v 1.7 2016/02/25 12:22:40 jperkin Exp $
DISTNAME= ve-1.0
CATEGORIES= editors
@@ -11,11 +11,7 @@ COMMENT= NTHU-CS Maple BBS 2.36 BBS-like editor
INSTALLATION_DIRS= bin
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "SunOS"
-BUILDLINK_TRANSFORM+= rm:-lcompat
-.endif
+BUILDLINK_TRANSFORM.SunOS+= rm:-lcompat
post-patch:
${SED} "s,/usr/local,${PREFIX},g" ${WRKSRC}/edit.c > ${WRKSRC}/edit.c.done