Fix location of detection file
PR: 34065 Submitted by: Philippe CASIDY <pcasidy@casidy.com>
This commit is contained in:
parent
5f4f437c94
commit
b82dba46e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53362
@ -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>
|
||||
#
|
||||
|
@ -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>
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user