diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 10:23:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 10:23:48 +0000 |
commit | 7acef1cd7a4173168980125b140340c62b38c8d6 (patch) | |
tree | 8e913f3c1574a206914a5852d584d77c40e8b447 /devel | |
parent | 99ebbc27f8ee31dc95b87b630c22c993a1639de8 (diff) | |
download | ports-7acef1cd7a4173168980125b140340c62b38c8d6.tar.gz ports-7acef1cd7a4173168980125b140340c62b38c8d6.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.
Notes
Notes:
svn path=/head/; revision=33576
Diffstat (limited to 'devel')
-rw-r--r-- | devel/SN/Makefile | 2 | ||||
-rw-r--r-- | devel/crossgo32-djgpp2-pdcurses/Makefile | 2 | ||||
-rw-r--r-- | devel/crossgo32-djgpp2/Makefile | 2 | ||||
-rw-r--r-- | devel/cweb/Makefile | 2 | ||||
-rw-r--r-- | devel/linuxthreads/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-racc-runtime/Makefile | 2 | ||||
-rw-r--r-- | devel/sourcenav/Makefile | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/devel/SN/Makefile b/devel/SN/Makefile index 98d1479da5ab..2d2176bef924 100644 --- a/devel/SN/Makefile +++ b/devel/SN/Makefile @@ -24,6 +24,6 @@ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/SN451 post-install: - @${CAT} ${PKGDIR}/MESSAGE + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/devel/crossgo32-djgpp2-pdcurses/Makefile b/devel/crossgo32-djgpp2-pdcurses/Makefile index 99cce1a1b903..08112e8915a9 100644 --- a/devel/crossgo32-djgpp2-pdcurses/Makefile +++ b/devel/crossgo32-djgpp2-pdcurses/Makefile @@ -52,7 +52,7 @@ do-install: ${INSTALL_DATA} ${PDDOC}/basics/intro.man ${DOCDIR}/intro.txt ${INSTALL_DATA} ${PDDOC}/basics/overview.man ${DOCDIR}/overview.txt ${INSTALL_DATA} ${PDDOC}/basics/xwindows.man ${DOCDIR}/xwindows.txt - ${INSTALL_DATA} ${PKGDIR}/DESCR ${DOCDIR}/README.FreeBSD + ${INSTALL_DATA} ${DESCR} ${DOCDIR}/README.FreeBSD .endif .include <bsd.port.mk> diff --git a/devel/crossgo32-djgpp2/Makefile b/devel/crossgo32-djgpp2/Makefile index c2227de337e6..50c73551fb3f 100644 --- a/devel/crossgo32-djgpp2/Makefile +++ b/devel/crossgo32-djgpp2/Makefile @@ -78,7 +78,7 @@ do-install: ${MKDIR} ${DOCDIR} ${INSTALL_DATA} ${DJGPPDOC}/install ${DOCDIR}/ ${INSTALL_DATA} ${DJGPPDOC}/readme ${DOCDIR}/ - ${INSTALL_DATA} ${PKGDIR}/DESCR ${DOCDIR}/README.FreeBSD + ${INSTALL_DATA} ${DESCR} ${DOCDIR}/README.FreeBSD .endif .include <bsd.port.mk> diff --git a/devel/cweb/Makefile b/devel/cweb/Makefile index 1a66e52ce269..2c8ec32a6f91 100644 --- a/devel/cweb/Makefile +++ b/devel/cweb/Makefile @@ -26,6 +26,6 @@ post-install: @${MKDIR} ${PREFIX}/share/doc/cweb @${INSTALL_DATA} ${WRKDIR}/cwebman.tex ${PREFIX}/share/doc/cweb .endif - @${CAT} ${PKGDIR}/MESSAGE + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile index f068e16947d5..e2f0d6bbe351 100644 --- a/devel/linuxthreads/Makefile +++ b/devel/linuxthreads/Makefile @@ -54,8 +54,8 @@ pre-install: post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m /usr/lib - ${CAT} ${PKGDIR}/MESSAGE + ${CAT} ${PKGMESSAGE} -# @sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL +# @sh ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include <bsd.port.post.mk> diff --git a/devel/ruby-racc-runtime/Makefile b/devel/ruby-racc-runtime/Makefile index f43cec23dbc0..cbcac621a922 100644 --- a/devel/ruby-racc-runtime/Makefile +++ b/devel/ruby-racc-runtime/Makefile @@ -9,7 +9,7 @@ MASTERDIR= ${.CURDIR}/../ruby-racc PKGNAMESUFFIX= -runtime -PKGDIR= ${.CURDIR}/pkg +PKGDIR= ${.CURDIR} RUNTIME= yes diff --git a/devel/sourcenav/Makefile b/devel/sourcenav/Makefile index 98d1479da5ab..2d2176bef924 100644 --- a/devel/sourcenav/Makefile +++ b/devel/sourcenav/Makefile @@ -24,6 +24,6 @@ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/SN451 post-install: - @${CAT} ${PKGDIR}/MESSAGE + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |