diff options
author | jlam <jlam@pkgsrc.org> | 2007-08-01 18:52:25 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-08-01 18:52:25 +0000 |
commit | a5bafda77e0c6823b9289da28a221fc7128d8735 (patch) | |
tree | 15cca42c27faa280fa6ad13002e372d1ea4f853a /emulators/suse91_32_fontconfig | |
parent | f699d716e953c039fedbcfa52d2400237b8e8495 (diff) | |
download | pkgsrc-a5bafda77e0c6823b9289da28a221fc7128d8735.tar.gz |
Write out the path to the Makefile to include so that lintpkgsrc won't
complain.
Diffstat (limited to 'emulators/suse91_32_fontconfig')
-rw-r--r-- | emulators/suse91_32_fontconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse91_32_fontconfig/Makefile b/emulators/suse91_32_fontconfig/Makefile index 6412153f20a..faf7191df3c 100644 --- a/emulators/suse91_32_fontconfig/Makefile +++ b/emulators/suse91_32_fontconfig/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.1 2007/07/29 08:55:33 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/08/01 18:52:30 jlam Exp $ SUSE_COMPAT32= yes -.include "${.CURDIR}/../${.CURDIR:T:S/_32_/_/}/Makefile" +.include "${.CURDIR}/../suse91_fontconfig/Makefile" |