diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 09:40:32 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 09:40:32 +0800 |
commit | 3c92bee1482b7dd21e90f022aa19889fa39dc41c (patch) | |
tree | 39adc69853f9b21757efdc90ad06942b12243de2 | |
parent | 8888836d29befa8688f3b76c4ae1cd7f741ca197 (diff) | |
download | freebsd-ports-gnome-3c92bee1482b7dd21e90f022aa19889fa39dc41c.tar.gz freebsd-ports-gnome-3c92bee1482b7dd21e90f022aa19889fa39dc41c.tar.zst freebsd-ports-gnome-3c92bee1482b7dd21e90f022aa19889fa39dc41c.zip |
Rename PLIST.* to pkg-plist.*.
-rw-r--r-- | japanese/postgresql/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/japanese/postgresql/Makefile b/japanese/postgresql/Makefile index e99deb40e890..ff81e53971ba 100644 --- a/japanese/postgresql/Makefile +++ b/japanese/postgresql/Makefile @@ -28,18 +28,18 @@ CONFIGURE_ARGS= --with-tcl --with-tk \ --with-tkconfig=${PREFIX}/lib/tk8.0jp LIB_DEPENDS= tcl80jp.1:${PORTSDIR}/japanese/tcl80 \ tk80jp.1:${PORTSDIR}/japanese/tk80 -PLISTS+= PLIST.tcl +PLISTS+= pkg-plist.tcl .endif .if defined(MULTIBYTE) CONFIGURE_ARGS+= --with-mb=${MULTIBYTE} .endif .if defined(WITH_PERL) CONFIGURE_ARGS+= --with-perl -PLISTS+= PLIST.pl +PLISTS+= pkg-plist.pl .endif .if defined(WITH_ODBC) CONFIGURE_ARGS+= --with-odbc -PLISTS+= PLIST.odbc +PLISTS+= pkg-plist.odbc .endif NO_PACKAGE= "Requires ${PGSQL_UID} uid" @@ -114,12 +114,12 @@ post-build: ${CAT} ${PKGDIR}/${i} >> ${WRKDIR}/PLIST .endfor .if defined(WITH_TCL) - ${CAT} ${PKGDIR}/PLIST.tcl.dirrm >> ${WRKDIR}/PLIST + ${CAT} ${PKGDIR}/pkg-plist.tcl.dirrm >> ${WRKDIR}/PLIST .endif .if defined(WITH_ODBC) - ${CAT} ${PKGDIR}/PLIST.odbc.dirrm >> ${WRKDIR}/PLIST + ${CAT} ${PKGDIR}/pkg-plist.odbc.dirrm >> ${WRKDIR}/PLIST .endif - ${CAT} ${PKGDIR}/PLIST.dirrm >> ${WRKDIR}/PLIST + ${CAT} ${PKGDIR}/pkg-plist.dirrm >> ${WRKDIR}/PLIST pre-install: .if defined(PACKAGE_BUILDING) |