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 /emulators/suse_libpng | |
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 'emulators/suse_libpng')
-rw-r--r-- | emulators/suse_libpng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_libpng/Makefile b/emulators/suse_libpng/Makefile index 635613aec9a..dc927a64759 100644 --- a/emulators/suse_libpng/Makefile +++ b/emulators/suse_libpng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/13 20:06:01 jdolecek Exp $ +# $NetBSD: Makefile,v 1.2 2000/12/16 22:37:32 tron Exp $ DISTNAME= suse_libpng-7.0 CATEGORIES= emulators @@ -18,4 +18,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= libpng.rpm -.include "../suse_linux/suse.mk" +.include "../suse_linux/Makefile.common" |