summaryrefslogtreecommitdiff
path: root/editors/sam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/sam/Makefile')
-rw-r--r--editors/sam/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile
index c3e86460c3b..895eaf5c6f8 100644
--- a/editors/sam/Makefile
+++ b/editors/sam/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2001/04/30 20:13:55 jtb Exp $
+# $NetBSD: Makefile,v 1.17 2001/05/01 09:16:24 agc Exp $
# FreeBSD Id: Makefile,v 1.3 1996/11/12 02:19:40 obrien Exp
#
DISTNAME= sam
-PKGNAME= sam-4.3
+PKGNAME= sam-4.3nb1
CATEGORIES= editors
MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/
EXTRACT_SUFX= .msg.gz
@@ -11,6 +11,8 @@ EXTRACT_SUFX= .msg.gz
MAINTAINER= packages@netbsd.org
COMMENT= Unix version of Rob Pike's editor for plan9
+DEPENDS+= libXgFonts-1.0:../../fonts/Xg
+
NO_WRKSUBDIR= yes
EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
@@ -18,8 +20,6 @@ MANCOMPRESSED= yes
USE_X11BASE= yes
MAKE_ENV+= X11PREFIX=${X11PREFIX}
-DEPENDS+= libXgFonts-1.0:../../fonts/Xg
-
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"