Fix location of detection file

PR:		34065
Submitted by:	Philippe CASIDY <pcasidy@casidy.com>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-01-19 22:42:00 +00:00
parent 5f4f437c94
commit b82dba46e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53362
2 changed files with 2 additions and 2 deletions

View File

@ -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>
#

View File

@ -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>
#