diff options
author | obache <obache> | 2014-09-07 12:26:39 +0000 |
---|---|---|
committer | obache <obache> | 2014-09-07 12:26:39 +0000 |
commit | a16922acdd0e568ab72c462e87073d1f913a732f (patch) | |
tree | f19c329132cfdad1b6fda66cdce8dec55df4bb2f /emulators/suse100_libsigc++2/Makefile | |
parent | c67e3d08b28a3a910c0954b84380a191f8f4d115 (diff) | |
download | pkgsrc-a16922acdd0e568ab72c462e87073d1f913a732f.tar.gz |
define PKGNAME instead of fake DISTNAME.
Diffstat (limited to 'emulators/suse100_libsigc++2/Makefile')
-rw-r--r-- | emulators/suse100_libsigc++2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse100_libsigc++2/Makefile b/emulators/suse100_libsigc++2/Makefile index 676693b388c..f848e97b10c 100644 --- a/emulators/suse100_libsigc++2/Makefile +++ b/emulators/suse100_libsigc++2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/09/07 22:54:44 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/09/07 12:26:39 obache Exp $ -DISTNAME= suse_libsigc++2-${SUSE_VERSION} +PKGNAME= suse_libsigc++2-${SUSE_VERSION} CATEGORIES= emulators DISTFILES= libsigc++2-2.0.16-3.${SUSE_ARCH}.rpm |