1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Forgot to change one PLIST to pkg-plist.

This commit is contained in:
Satoshi Asami 2000-10-08 08:33:29 +00:00
parent 1f1a836d49
commit 2ef4d91a91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33562

View File

@ -110,7 +110,7 @@ post-build:
@ ${ECHO} "Detailed instructions, see INSTALL file under ${WRKDIR}... "
@ ${ECHO} "------------------------------------------------------------"
@${RM} -f ${WRKDIR}/PLIST
.for i in ${PLISTS} PLIST
.for i in ${PLISTS} pkg-plist
${CAT} ${PKGDIR}/${i} >> ${WRKDIR}/PLIST
.endfor
.if defined(WITH_TCL)