From e9a8be114af10f93325653ebd0db7bdf556f3f37 Mon Sep 17 00:00:00 2001
From: agc <agc@pkgsrc.org>
Date: Sat, 11 May 2013 05:31:52 +0000
Subject: Allow this package to be cross-built by specifying the BUILD_TARGET
 and TEST_TARGET properly

---
 editors/ssam/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'editors/ssam')

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"
-- 
cgit v1.2.3