summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 08:33:29 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 08:33:29 +0000
commit2ef4d91a9124872734f276da9bc8cc5191e0bc22 (patch)
tree1945a16524e10986ac9028d87a337a8ae0cd428d /japanese
parentChange PKGDIR from ${.CURDIR}/pkg to ${.CURDIR}. Remove (diff)
Forgot to change one PLIST to pkg-plist.
Notes
Notes: svn path=/head/; revision=33562
Diffstat (limited to 'japanese')
-rw-r--r--japanese/postgresql/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/postgresql/Makefile b/japanese/postgresql/Makefile
index ff81e53971ba..12cbb98193c1 100644
--- a/japanese/postgresql/Makefile
+++ b/japanese/postgresql/Makefile
@@ -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)