diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-29 13:24:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-29 13:24:14 +0000 |
commit | 7adad2d01483f650214eda6c817b3b9141dfd83e (patch) | |
tree | 048520e7d396319c44aa8932141f63348284e6c5 /net/kiax/patches | |
parent | 6ca3f7b31c72944179027fe9e89f599da01d7f97 (diff) | |
download | pkgsrc-7adad2d01483f650214eda6c817b3b9141dfd83e.tar.gz |
Convert to user-destdir.
Diffstat (limited to 'net/kiax/patches')
-rw-r--r-- | net/kiax/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/kiax/patches/patch-aa b/net/kiax/patches/patch-aa new file mode 100644 index 00000000000..6ab0ab85edc --- /dev/null +++ b/net/kiax/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.4 2009/08/29 13:31:04 wiz Exp $ + +--- bin/Makefile.orig 2009-08-29 13:25:19.000000000 +0000 ++++ bin/Makefile +@@ -2,6 +2,6 @@ DEST_PATH=/usr/pkg/bin/ + all: + echo 'none' + install: +- cp -f "kiax" $(DEST_PATH) ++ cp -f "kiax" $(INSTALL_ROOT)$(DEST_PATH) + clean: + rm -f kiax |