diff options
author | agc <agc@pkgsrc.org> | 1998-04-24 09:20:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-04-24 09:20:33 +0000 |
commit | 6e7b5cf644158de0e1058472011e5e43a2964208 (patch) | |
tree | 952fea766de99c1f4b39d1e2deb68084fcb17624 /editors/ssam | |
parent | 4d9b4e20bbf88456ceb5f52c051a9aba84372fa1 (diff) | |
download | pkgsrc-6e7b5cf644158de0e1058472011e5e43a2964208.tar.gz |
Move to relative paths in the pkgsrc tree.
Diffstat (limited to 'editors/ssam')
-rw-r--r-- | editors/ssam/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/ssam/Makefile b/editors/ssam/Makefile index 19662bd9c84..1b5de5955d6 100644 --- a/editors/ssam/Makefile +++ b/editors/ssam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:22 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/04/24 09:20:34 agc Exp $ # DISTNAME= ssam-1.9 @@ -7,8 +7,8 @@ MASTER_SITES= http://www.westley.demon.co.uk/src/ MAINTAINER= agc@netbsd.org -BUILD_DEPENDS= ${PREFIX}/lib/libutf.a:${PORTSDIR}/misc/libutf -RUN_DEPENDS= ${PREFIX}/etc/langcoll.utf:${PORTSDIR}/misc/libutf +BUILD_DEPENDS= ${PREFIX}/lib/libutf.a:../../misc/libutf +RUN_DEPENDS= ${PREFIX}/etc/langcoll.utf:../../misc/libutf MAN1= ssam.1 GNU_CONFIGURE= yes |