aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-10-08 18:23:48 +0800
committerasami <asami@FreeBSD.org>2000-10-08 18:23:48 +0800
commit380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6 (patch)
treed8d06834191fc67caaf8749fb3c9963013b7d611 /textproc
parentd742677c18dda5fd6194bb940adb18babef26617 (diff)
downloadfreebsd-ports-gnome-380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6.tar.gz
freebsd-ports-gnome-380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6.tar.zst
freebsd-ports-gnome-380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6.zip
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/coco/Makefile2
-rw-r--r--textproc/cocoon/Makefile2
-rw-r--r--textproc/mgdiff/Makefile2
-rw-r--r--textproc/sgmlformat/Makefile2
-rw-r--r--textproc/tth/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile
index 021cb9875d30..02b1b1583db1 100644
--- a/textproc/coco/Makefile
+++ b/textproc/coco/Makefile
@@ -148,7 +148,7 @@ post-install:
install-info --section="The Emacs editor and associated tools" --entry="* Mule-jp: (mule-jp). Multilingual Enhancement to GNU Emacs. (Japanese)" ${PREFIX}/info/mule-jp ${PREFIX}/info/dir
install-info --section="The Emacs editor and associated tools" --entry="* Egg-jp: (egg-jp). Japanese/Chinese Inputting Method. (Japanese)" ${PREFIX}/info/egg-jp ${PREFIX}/info/dir
install-info --section="The Emacs editor and associated tools" --entry="* Canna-jp: (canna-jp). Another Japanese Inputting Method. (Japanese)" ${PREFIX}/info/canna-jp ${PREFIX}/info/dir
- @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
+ @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE}
if [ ! -f ${STARTUP_SCRIPT} ]; then \
${ECHO} "Installing ${STARTUP_SCRIPT} startup file."; \
diff --git a/textproc/cocoon/Makefile b/textproc/cocoon/Makefile
index 4e631a6235a8..01739a0029f0 100644
--- a/textproc/cocoon/Makefile
+++ b/textproc/cocoon/Makefile
@@ -64,6 +64,6 @@ do-install:
.endif
post-install:
- @${CAT} ${PKGDIR}/MESSAGE
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/textproc/mgdiff/Makefile b/textproc/mgdiff/Makefile
index 000b0fcd19d4..22e195c346ae 100644
--- a/textproc/mgdiff/Makefile
+++ b/textproc/mgdiff/Makefile
@@ -21,6 +21,6 @@ MAN1= mgdiff.1
post-install:
@${MKDIR} ${PREFIX}/lib/X11/mgdiff
@${INSTALL_DATA} ${WRKSRC}/mgdiff.x[bp]m ${PREFIX}/lib/X11/mgdiff
- @${CAT} ${PKGDIR}/MESSAGE
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile
index bf1019d1cf18..c2eb52c32a03 100644
--- a/textproc/sgmlformat/Makefile
+++ b/textproc/sgmlformat/Makefile
@@ -34,6 +34,6 @@ MAN5= transpec.5
MANCOMPRESSED= yes
post-install:
- @${CAT} ${PKGDIR}/MESSAGE
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
diff --git a/textproc/tth/Makefile b/textproc/tth/Makefile
index e4f60ca05563..f7690986b996 100644
--- a/textproc/tth/Makefile
+++ b/textproc/tth/Makefile
@@ -38,6 +38,6 @@ do-install:
.if !defined(NOPORTDOCS)
${INSTALL_SCRIPT} ${WRKSRC}/tth_manual.html ${PREFIX}/share/doc/tth
.endif
- @${CAT} ${PKGDIR}/MESSAGE
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>