diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 17:05:59 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 17:05:59 +0000 |
commit | 531a09f3d5ba0f0fbed1ab4523c8ca958fcdba5a (patch) | |
tree | da64d1d7d5be5ed0a039a85c30792fca6f139222 /net/fping/Makefile | |
parent | 8d27e43187f83ca9ad6393d304a8c4235295ed84 (diff) | |
download | pkgsrc-531a09f3d5ba0f0fbed1ab4523c8ca958fcdba5a.tar.gz |
Refer to ${LOCALBASE}, not ${PREFIX} in post-install target.
Diffstat (limited to 'net/fping/Makefile')
-rw-r--r-- | net/fping/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/fping/Makefile b/net/fping/Makefile index e47e4659ac4..dbb6fc5f188 100644 --- a/net/fping/Makefile +++ b/net/fping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/09/09 20:36:38 agc Exp $ +# $NetBSD: Makefile,v 1.5 2001/10/31 17:05:59 zuntum Exp $ # FreeBSD Id: ports/net/fping/Makefile,v 1.10 2000/04/20 20:18:57 mharo Exp DISTNAME= part01 @@ -18,6 +18,6 @@ EXTRACT_CMD= zcat ${DOWNLOADED_DISTFILE} | ${SED} -e '1,/Archive-Name/d' | ${SH} WRKSRC= ${WRKDIR} post-install: - ${CHMOD} 4555 ${PREFIX}/sbin/fping + ${CHMOD} 4555 ${LOCALBASE}/sbin/fping .include "../../mk/bsd.pkg.mk" |