diff options
author | tv <tv@pkgsrc.org> | 2004-11-23 03:04:56 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-11-23 03:04:56 +0000 |
commit | 438bdb4b2a2855ef7eeb101062c87f421d4e40b7 (patch) | |
tree | 41c16c5e88a7fbc1c2551cf87205033692527b2b /audio/xine-esound | |
parent | f22981b96b48efd7427c90ca0a2d8304091bbe9c (diff) | |
download | pkgsrc-438bdb4b2a2855ef7eeb101062c87f421d4e40b7.tar.gz |
Avoid use of := in PKGNAME.
Fix pre-configure make operator (should use :, not ::).
Diffstat (limited to 'audio/xine-esound')
-rw-r--r-- | audio/xine-esound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xine-esound/Makefile b/audio/xine-esound/Makefile index 1ad9e64f59b..89f2610e26e 100644 --- a/audio/xine-esound/Makefile +++ b/audio/xine-esound/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2004/10/03 00:13:10 tv Exp $ +# $NetBSD: Makefile,v 1.8 2004/11/23 03:04:56 tv Exp $ # .include "../../multimedia/xine-lib/Makefile.common" -PKGNAME:= ${PKGNAME:S/lib/esound/} +PKGNAME= ${XINE_PKGNAME:S/lib/esound/} PKGREVISION= 1 CATEGORIES= audio |