From 4023418383a2fd4b4f9e9f1052316d980daf30d5 Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 5 Nov 2005 17:21:01 +0000 Subject: Replaced an overly complex expression with the roughly equivalent ${PKGBASE}. --- multimedia/mplayer-share/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'multimedia') diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk index 771e98883f6..1ac288e07d5 100644 --- a/multimedia/mplayer-share/options.mk +++ b/multimedia/mplayer-share/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.8 2005/10/05 13:29:50 wiz Exp $ +# $NetBSD: options.mk,v 1.9 2005/11/05 17:21:01 rillig Exp $ .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*) -PKG_OPTIONS_VAR= PKG_OPTIONS.${PKGNAME:C/-[0-9].*//} +PKG_OPTIONS_VAR= PKG_OPTIONS.${PKGBASE} .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3