summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2013-05-11 05:31:52 +0000
committeragc <agc@pkgsrc.org>2013-05-11 05:31:52 +0000
commite9a8be114af10f93325653ebd0db7bdf556f3f37 (patch)
treee6644a81756f42331e504058f47a581f05090342 /editors
parent8fec6cea917dc414781bbd6bbb22b1c6b48b1c54 (diff)
downloadpkgsrc-e9a8be114af10f93325653ebd0db7bdf556f3f37.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"