diff options
author | tnn <tnn@pkgsrc.org> | 2008-01-17 04:00:47 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-01-17 04:00:47 +0000 |
commit | b5d763e65702d2b3aeac76ab8b2d9d1cde858339 (patch) | |
tree | f7be5aeba1699a1f19549b4c3d04ace3a186e2ee /net/unfs3/Makefile | |
parent | 925a575965c12dccc364e3906022d9f71acbccdc (diff) | |
download | pkgsrc-b5d763e65702d2b3aeac76ab8b2d9d1cde858339.tar.gz |
No / between DESTDIR and PREFIX
Diffstat (limited to 'net/unfs3/Makefile')
-rw-r--r-- | net/unfs3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index 1652fef51cf..6ce53e550a0 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/01/17 03:29:16 tnn Exp $ +# $NetBSD: Makefile,v 1.2 2008/01/17 04:00:47 tnn Exp $ # DISTNAME= unfs3-0.9.20 @@ -32,6 +32,6 @@ CPPFLAGS+= -Dxp_sock=xp_fd post-install: ${INSTALL_DATA} ${FILESDIR}/exports \ - ${DESTDIR}/${PREFIX}/share/examples/unfs3 + ${DESTDIR}${PREFIX}/share/examples/unfs3 .include "../../mk/bsd.pkg.mk" |