summaryrefslogtreecommitdiff
path: root/japanese/postgresql7/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 01:58:04 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 01:58:04 +0000
commit2c68b151a037644f7f86ee2039b48b9559d84c3f (patch)
tree5597d89be6992372de2230f299bea5c487d0bca9 /japanese/postgresql7/Makefile
parentRename PLIST.nosound to pkg-plist.nosound. (diff)
Rename PLIST.* to pkg-plist.*.
Notes
Notes: svn path=/head/; revision=33517
Diffstat (limited to '')
-rw-r--r--japanese/postgresql7/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/postgresql7/Makefile b/japanese/postgresql7/Makefile
index ee410effc32d..b66afa974703 100644
--- a/japanese/postgresql7/Makefile
+++ b/japanese/postgresql7/Makefile
@@ -180,12 +180,12 @@ post-install:
@ ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/pgsql
.if defined(USE_TCL)
@${CP} ${TMPPLIST} ${TMPPLIST}.notcl
- @${CAT} ${PKGDIR}/PLIST.tcl ${TMPPLIST}.notcl > ${TMPPLIST}
+ @${CAT} ${PKGDIR}/pkg-plist.tcl ${TMPPLIST}.notcl > ${TMPPLIST}
@${RM} ${TMPPLIST}.notcl
.endif
.if defined(USE_ODBC)
@${CP} ${TMPPLIST} ${TMPPLIST}.noodbc
- @${CAT} ${PKGDIR}/PLIST.odbc ${TMPPLIST}.noodbc > ${TMPPLIST}
+ @${CAT} ${PKGDIR}/pkg-plist.odbc ${TMPPLIST}.noodbc > ${TMPPLIST}
@${RM} ${TMPPLIST}.noodbc
.endif
.if defined(USE_JDBC)
@@ -196,7 +196,7 @@ post-install:
@ ${ECHO_MSG} "Putting postgresql.jar in ${PREFIX}/share/java"
@ ${ECHO_MSG} "Add this to your CLASSPATH!"
@ ${ECHO_MSG} "---------------------------------------------------------"
- ${CAT} ${PKGDIR}/PLIST.jdbc >> ${TMPPLIST}
+ ${CAT} ${PKGDIR}/pkg-plist.jdbc >> ${TMPPLIST}
.if !defined(NOPORTDOCS)
@ ${MKDIR} -m 0555 ${PREFIX}/share/examples/pgsql/jdbc
@ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/example/*java \