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 | 859187e72e82a8f9ca87238df85e66a61c97afb5 (patch) | |
tree | 968fbf2f44edcbf2a187c50ffa7c8ac49b781666 /pkgtools/rcorder | |
parent | 0802549b936fa9e43192622121ac299a2363762e (diff) | |
download | pkgsrc-859187e72e82a8f9ca87238df85e66a61c97afb5.tar.gz |
Just define PKGNAME and use it.
Diffstat (limited to 'pkgtools/rcorder')
-rw-r--r-- | pkgtools/rcorder/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgtools/rcorder/Makefile b/pkgtools/rcorder/Makefile index 4fc5ea6f375..9698b58ca68 100644 --- a/pkgtools/rcorder/Makefile +++ b/pkgtools/rcorder/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2012/09/11 23:19:39 asau Exp $ +# $NetBSD: Makefile,v 1.16 2014/03/03 03:30:55 obache Exp $ # -DISTNAME= rcorder-20120310 +PKGNAME= rcorder-20120310 CATEGORIES= pkgtools sysutils -MASTER_SITES= # empty -DISTFILES= # empty MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ |