diff options
author | reed <reed@pkgsrc.org> | 2008-03-08 00:49:26 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2008-03-08 00:49:26 +0000 |
commit | 43355361345f35da761f95c9920d51dc6d7f76f8 (patch) | |
tree | 6bc7d7ce183b183e3241c72833e21db6b3c19fb0 /sysutils/lilo/Makefile | |
parent | 31df13cb5a00b7edea6ca7e730c7426dea8ddcfa (diff) | |
download | pkgsrc-43355361345f35da761f95c9920d51dc6d7f76f8.tar.gz |
Use PKGNAME_NOREV instead for WRKSRC. (Thank you pkglint!)
Diffstat (limited to 'sysutils/lilo/Makefile')
-rw-r--r-- | sysutils/lilo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lilo/Makefile b/sysutils/lilo/Makefile index e041180ee3c..77dda8be946 100644 --- a/sysutils/lilo/Makefile +++ b/sysutils/lilo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/03/08 00:46:23 reed Exp $ +# $NetBSD: Makefile,v 1.2 2008/03/08 00:49:26 reed Exp $ DISTNAME= lilo-22.8.src PKGNAME= ${DISTNAME:S/.src//} @@ -14,7 +14,7 @@ COMMENT= Generic boot loader for Linux # Build untested on other operating systems. ONLY_FOR_PLATFORM= Linux-*-* -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} # Don't force perl for extra tool -- maybe a MESSAGE? #USE_PERL5= YES |