diff options
author | tron <tron@pkgsrc.org> | 2000-12-16 22:37:30 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-12-16 22:37:30 +0000 |
commit | 50698d94cdee69bac7914655f111206a458450cc (patch) | |
tree | c5e5868616d73f5c55914c8fabd202b79829edb1 /graphics/mtv | |
parent | 57b66b0a43dad32a2ad53ca32cb79e12753707b3 (diff) | |
download | pkgsrc-50698d94cdee69bac7914655f111206a458450cc.tar.gz |
Rename "suse.mk" to "Makefile.common" which is the standard name for
make include files shared between packages.
Diffstat (limited to 'graphics/mtv')
-rw-r--r-- | graphics/mtv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mtv/Makefile b/graphics/mtv/Makefile index 6a57a8b7941..26d716bd7db 100644 --- a/graphics/mtv/Makefile +++ b/graphics/mtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2000/08/31 02:35:26 hubertf Exp $ +# $NetBSD: Makefile,v 1.27 2000/12/16 22:37:33 tron Exp $ DISTNAME= mtv-1.1.4 CATEGORIES= graphics @@ -37,4 +37,4 @@ post-install: .endfor ${CHMOD} +x ${PREFIX}/emul/linux/usr/doc/mtv -.include "../../emulators/suse_linux/suse.mk" +.include "../../emulators/suse_linux/Makefile.common" |