diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-01-16 10:18:40 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-01-16 10:18:40 +0800 |
commit | f493b35293181d50b75ae9e8c57cf3c659f024d1 (patch) | |
tree | 77b9b0f882a6d27cfcca4f23adddc4fa96070688 /japanese | |
parent | 9a54f56502907e64ae3653014f9f3d5d0259cd9c (diff) | |
download | freebsd-ports-gnome-f493b35293181d50b75ae9e8c57cf3c659f024d1.tar.gz freebsd-ports-gnome-f493b35293181d50b75ae9e8c57cf3c659f024d1.tar.zst freebsd-ports-gnome-f493b35293181d50b75ae9e8c57cf3c659f024d1.zip |
Move line for pkg-plist.doc to correct place.
Pointed out by: bento
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/postgresql-tcltk/Makefile | 2 | ||||
-rw-r--r-- | japanese/postgresql7/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/postgresql-tcltk/Makefile b/japanese/postgresql-tcltk/Makefile index 944f06297cf9..9aa9dc2bf0bd 100644 --- a/japanese/postgresql-tcltk/Makefile +++ b/japanese/postgresql-tcltk/Makefile @@ -239,7 +239,6 @@ post-install: @ ${ECHO_MSG} "---------------------------------------------------------" @ ${ECHO_MSG} "Putting jdbc examples into ${PREFIX}/share/examples/pgsql" @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${CAT} ${PKGDIR}/pkg-plist.doc >> ${TMPPLIST} .endif .endif .if !defined(NOPORTDOCS) @@ -249,6 +248,7 @@ post-install: ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/README* ${PREFIX}/share/doc/pgsql ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/TODO ${PREFIX}/share/doc/pgsql # ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/*ps ${PREFIX}/share/doc/pgsql + @ ${CAT} ${PKGDIR}/pkg-plist.doc >> ${TMPPLIST} .endif .if !defined(BATCH) @ more -e ${FILESDIR}/post-install-notes diff --git a/japanese/postgresql7/Makefile b/japanese/postgresql7/Makefile index 944f06297cf9..9aa9dc2bf0bd 100644 --- a/japanese/postgresql7/Makefile +++ b/japanese/postgresql7/Makefile @@ -239,7 +239,6 @@ post-install: @ ${ECHO_MSG} "---------------------------------------------------------" @ ${ECHO_MSG} "Putting jdbc examples into ${PREFIX}/share/examples/pgsql" @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${CAT} ${PKGDIR}/pkg-plist.doc >> ${TMPPLIST} .endif .endif .if !defined(NOPORTDOCS) @@ -249,6 +248,7 @@ post-install: ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/README* ${PREFIX}/share/doc/pgsql ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/TODO ${PREFIX}/share/doc/pgsql # ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/*ps ${PREFIX}/share/doc/pgsql + @ ${CAT} ${PKGDIR}/pkg-plist.doc >> ${TMPPLIST} .endif .if !defined(BATCH) @ more -e ${FILESDIR}/post-install-notes |