summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-skins
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-01-19 22:42:00 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-01-19 22:42:00 +0000
commitb82dba46e9538b78811de06258e5b707fa03f5e5 (patch)
tree679004a091e1444d95f33eca8ef1b327b36f30ee /multimedia/mplayer-skins
parentFix compilation: do not redefine the strcasestr function. (diff)
Fix location of detection file
PR: 34065 Submitted by: Philippe CASIDY <pcasidy@casidy.com>
Notes
Notes: svn path=/head/; revision=53362
Diffstat (limited to 'multimedia/mplayer-skins')
-rw-r--r--multimedia/mplayer-skins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mplayer-skins/Makefile b/multimedia/mplayer-skins/Makefile
index 098d62f3356c..69a6a8dc510c 100644
--- a/multimedia/mplayer-skins/Makefile
+++ b/multimedia/mplayer-skins/Makefile
@@ -32,7 +32,7 @@ SORT?= /usr/bin/sort
myDATADIR= share/${PORTNAME}/Skin/
# Used by other ports to detect if this is installed
-SKIN_DETECTION_FILE= ${LOCALBASE}/${myDATADIR}/${PORTNAME}
+SKIN_DETECTION_FILE= ${LOCALBASE}/${myDATADIR}/${PKGNAME}
# port style based on apsfilter by Andreas Klemm <andreas@FreeBSD.org>
#