diff options
author | jlam <jlam@pkgsrc.org> | 2005-12-29 06:21:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-12-29 06:21:30 +0000 |
commit | dc9594e09db96635641a7e05b49d34b554b9bb21 (patch) | |
tree | cd74196fb4970fddf0114e46d23d0bc534a0a70a /audio/xmcd | |
parent | 4ab7433a2c2c8636b92563136007796500cc4d1b (diff) | |
download | pkgsrc-dc9594e09db96635641a7e05b49d34b554b9bb21.tar.gz |
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index c9c59998fe0..b90ce17b540 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2005/12/12 21:36:54 joerg Exp $ +# $NetBSD: Makefile,v 1.56 2005/12/29 06:21:32 jlam Exp $ DISTNAME= xmcd-3.0.2 PKGREVISION= 6 @@ -14,7 +14,6 @@ PATCHFILES= xmcd-3.0.2-proxyauth-patch PATCH_DIST_STRIP= -p1 WRKSRC= ${WRKDIR}/xmcd-3.0 -USE_PKGINSTALL= yes DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL |