diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-30 20:13:55 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-30 20:13:55 +0000 |
commit | c06bf534dc3e3ed01ef51ecb9aacbcd3286d5203 (patch) | |
tree | 320fc31f6d40d2228d51e9b6be588b5a49e3ac7a /editors/sam | |
parent | 88104de94f729096fbdfecf81334cf85128322ab (diff) | |
download | pkgsrc-c06bf534dc3e3ed01ef51ecb9aacbcd3286d5203.tar.gz |
Make sam use ${X11BASE}. That way the app-defaults file can be accounted
for and the package will work correctly with xpkgwedge. Suggested
by Johnny C. Lam.
Diffstat (limited to 'editors/sam')
-rw-r--r-- | editors/sam/Makefile | 4 | ||||
-rw-r--r-- | editors/sam/pkg/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile index a6bbd3dd668..c3e86460c3b 100644 --- a/editors/sam/Makefile +++ b/editors/sam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/02/16 14:40:52 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2001/04/30 20:13:55 jtb Exp $ # FreeBSD Id: Makefile,v 1.3 1996/11/12 02:19:40 obrien Exp # @@ -15,7 +15,7 @@ NO_WRKSUBDIR= yes EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} MANCOMPRESSED= yes -USE_X11= yes +USE_X11BASE= yes MAKE_ENV+= X11PREFIX=${X11PREFIX} DEPENDS+= libXgFonts-1.0:../../fonts/Xg diff --git a/editors/sam/pkg/PLIST b/editors/sam/pkg/PLIST index b7f0dd89363..e7e74a229ee 100644 --- a/editors/sam/pkg/PLIST +++ b/editors/sam/pkg/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.7 2001/04/30 14:48:45 jtb Exp $ +@comment $NetBSD: PLIST,v 1.8 2001/04/30 20:13:56 jtb Exp $ bin/sam bin/samterm bin/samsave bin/B +lib/X11/app-defaults/Sam man/man1/sam.1.gz man/man3/add.3.gz man/man3/balloc.3.gz |