mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Similarly to DOCSDIR add DATADIR?=${PREFIX}/share/${PORTNAME}. Also slightly
expand comment for DOCSDIR, so it is immediately clear what its value is. Ignored by: obrien, portmgr
This commit is contained in:
parent
81844a53cd
commit
28429a3cbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44999
@ -436,7 +436,10 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
|
||||
# apply here. It is recommended that you use
|
||||
# %%PREFIX%% for ${PREFIX}, %%LOCALBASE%% for
|
||||
# ${LOCALBASE} and %%X11BASE%% for ${X11BASE}.
|
||||
# DOCSDIR - Name of the directory to install the packages docs in.
|
||||
# DOCSDIR - Name of the directory to install the packages docs in
|
||||
# (default: ${PREFIX}/share/doc/${PORTNAME}).
|
||||
# DATADIR - Name of the directory to install the packages shared data
|
||||
# in (default: ${PREFIX}/share/${PORTNAME}).
|
||||
#
|
||||
# Note that the install target will automatically add manpages (see
|
||||
# above) and also substitute special sequences of characters (delimited
|
||||
@ -1374,6 +1377,7 @@ LDCONFIG_RUNLIST!= ${ECHO} ${LDCONFIG_PLIST} | ${SED} -e "s!%D!${PREFIX}!"
|
||||
.endif
|
||||
|
||||
DOCSDIR?= ${PREFIX}/share/doc/${PORTNAME}
|
||||
DATADIR?= ${PREFIX}/share/${PORTNAME}
|
||||
|
||||
.MAIN: all
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user