summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authoragc <agc>2013-05-11 05:31:52 +0000
committeragc <agc>2013-05-11 05:31:52 +0000
commit87b4e7f2239db7bad1fe2c2372a9e834310583d9 (patch)
treee6644a81756f42331e504058f47a581f05090342 /editors
parent54f751ea48b201e624cdb23791faf34e92d1b347 (diff)
downloadpkgsrc-87b4e7f2239db7bad1fe2c2372a9e834310583d9.tar.gz
Allow this package to be cross-built by specifying the BUILD_TARGET and
TEST_TARGET properly
Diffstat (limited to 'editors')
-rw-r--r--editors/ssam/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/ssam/Makefile b/editors/ssam/Makefile
index bc057185905..c2acf4ae5a1 100644
--- a/editors/ssam/Makefile
+++ b/editors/ssam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/10/03 11:43:43 asau Exp $
+# $NetBSD: Makefile,v 1.20 2013/05/11 05:31:52 agc Exp $
#
DISTNAME= ssam-1.9
@@ -11,7 +11,8 @@ HOMEPAGE= http://www.alistaircrooks.co.uk/software.html
COMMENT= UTF-8-aware stream editor like sed(1), using the sam command set
GNU_CONFIGURE= yes
-BUILD_TARGET= tst
+BUILD_TARGET= ssam
+TEST_TARGET= tst
.include "../../misc/libutf/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"