Files
packages/net/noip/patches/001-Makefile-DESTDIR.patch
T
Lawrence D'Anna ca8e7b831a new package: noip
This is the client program for noip.com, which is a dynamic dns provider.

Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
2015-03-27 20:00:55 -07:00

14 lines
244 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,8 @@ CC=gcc
PKG=noip-2.1.tgz
PREFIX=/usr/local
-CONFDIR=${PREFIX}/etc
-BINDIR=${PREFIX}/bin
+CONFDIR=${DESTDIR}/${PREFIX}/etc
+BINDIR=${DESTDIR}/${PREFIX}/bin
# these defines are for Linux
LIBS=