diff options
author | obache <obache@pkgsrc.org> | 2014-03-03 03:30:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-03-03 03:30:52 +0000 |
commit | 7f2a37cb1a08dc9b8e6f934a578612a8cd05ed91 (patch) | |
tree | 968fbf2f44edcbf2a187c50ffa7c8ac49b781666 /pkgtools/port2pkg | |
parent | 92b8ca727c1d095ba1045f23f5edb21265dc7d0b (diff) | |
download | pkgsrc-7f2a37cb1a08dc9b8e6f934a578612a8cd05ed91.tar.gz |
Just define PKGNAME and use it.
Diffstat (limited to 'pkgtools/port2pkg')
-rw-r--r-- | pkgtools/port2pkg/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgtools/port2pkg/Makefile b/pkgtools/port2pkg/Makefile index 993f9a51958..8ac49a32570 100644 --- a/pkgtools/port2pkg/Makefile +++ b/pkgtools/port2pkg/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2014/02/17 10:32:02 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2014/03/03 03:30:55 obache Exp $ -DISTNAME= port2pkg-1.15 +PKGNAME= port2pkg-1.15 CATEGORIES= pkgtools -MASTER_SITES= # empty -DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Convert from a FreeBSD port to a NetBSD package |