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/rc.subr | |
parent | 92b8ca727c1d095ba1045f23f5edb21265dc7d0b (diff) | |
download | pkgsrc-7f2a37cb1a08dc9b8e6f934a578612a8cd05ed91.tar.gz |
Just define PKGNAME and use it.
Diffstat (limited to 'pkgtools/rc.subr')
-rw-r--r-- | pkgtools/rc.subr/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgtools/rc.subr/Makefile b/pkgtools/rc.subr/Makefile index ce7a8ca714a..a577d34f9a2 100644 --- a/pkgtools/rc.subr/Makefile +++ b/pkgtools/rc.subr/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2012/09/11 23:19:39 asau Exp $ +# $NetBSD: Makefile,v 1.26 2014/03/03 03:30:55 obache Exp $ # -DISTNAME= rc.subr-20090118 +PKGNAME= rc.subr-20090118 CATEGORIES= pkgtools -MASTER_SITES= # empty -DISTFILES= # empty MAINTAINER= sbd@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ |