diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 18:23:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 18:23:48 +0800 |
commit | 380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6 (patch) | |
tree | d8d06834191fc67caaf8749fb3c9963013b7d611 /mail/youbin | |
parent | d742677c18dda5fd6194bb940adb18babef26617 (diff) | |
download | freebsd-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 'mail/youbin')
-rw-r--r-- | mail/youbin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/youbin/Makefile b/mail/youbin/Makefile index 29cdf4a20e81..c51727fc3d20 100644 --- a/mail/youbin/Makefile +++ b/mail/youbin/Makefile @@ -25,10 +25,10 @@ MAN8= youbind.8 STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/youbind.sh.sample pre-build: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGDIR}/REQ ${PKGNAME} BUILD + @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGREQ} ${PKGNAME} BUILD pre-install: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL + @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGREQ} ${PKGNAME} INSTALL post-install: @if [ ! -f ${STARTUP_SCRIPT} ]; then \ @@ -37,6 +37,6 @@ post-install: > ${STARTUP_SCRIPT} ; \ ${CHMOD} 755 ${STARTUP_SCRIPT} ; \ fi - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include <bsd.port.mk> |