diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 01:58:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 01:58:04 +0000 |
commit | 2c68b151a037644f7f86ee2039b48b9559d84c3f (patch) | |
tree | 5597d89be6992372de2230f299bea5c487d0bca9 /japanese/postgresql-tcltk | |
parent | Rename PLIST.nosound to pkg-plist.nosound. (diff) |
Rename PLIST.* to pkg-plist.*.
Notes
Notes:
svn path=/head/; revision=33517
Diffstat (limited to 'japanese/postgresql-tcltk')
-rw-r--r-- | japanese/postgresql-tcltk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/postgresql-tcltk/Makefile b/japanese/postgresql-tcltk/Makefile index ee410effc32d..b66afa974703 100644 --- a/japanese/postgresql-tcltk/Makefile +++ b/japanese/postgresql-tcltk/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 \ |