diff options
author | ghen <ghen@pkgsrc.org> | 2006-04-03 18:17:54 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-04-03 18:17:54 +0000 |
commit | ee1958d357abba5efa70f5b638c59403c9c7759c (patch) | |
tree | b9bdcec82d1a21d1ff9c0415385173c547c11167 /emulators/suse100_libjpeg/Makefile | |
parent | c4e234f2bfd5f2d8d625d3d47403bdf34706126f (diff) | |
download | pkgsrc-ee1958d357abba5efa70f5b638c59403c9c7759c.tar.gz |
Unify all distinfo.${MACHINE_ARCH} distfiles into one distinfo file, so
that lintpkgsrc -or doesn't want to remove all suse100_* distfiles every
time (because it looks only at "distinfo").
To make it easy to maintain these distinfo files, add a "suse100-distinfo"
target (modelled after www/opera's "opera-distinfo" target), to regenerate
the distinfo file for all supported platforms.
Discussed with tonio.
Diffstat (limited to 'emulators/suse100_libjpeg/Makefile')
-rw-r--r-- | emulators/suse100_libjpeg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/suse100_libjpeg/Makefile b/emulators/suse100_libjpeg/Makefile index bb20cee74eb..c3d59b2cbc9 100644 --- a/emulators/suse100_libjpeg/Makefile +++ b/emulators/suse100_libjpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/03/09 20:37:33 tonio Exp $ +# $NetBSD: Makefile,v 1.2 2006/04/03 18:17:55 ghen Exp $ DISTNAME= suse_libjpeg-${SUSE_VERSION} CATEGORIES= emulators @@ -18,7 +18,6 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC .if exists(Makefile.${MACHINE_ARCH}) .include "Makefile.${MACHINE_ARCH}" -DISTINFO_FILE= ${.CURDIR}/distinfo.${MACHINE_ARCH} .endif .include "../../emulators/suse100_linux/Makefile.common" |