aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagircbot
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-09 03:59:09 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-09 03:59:09 +0000
commit727bd2396910a2e8191c41371482aa784e1040df (patch)
treef6c8d32f119e5ac45054162b61f6e32065520302 /net-mgmt/nagircbot
parentbd520f6176cc8b60d408426eb26db18a14010874 (diff)
downloadports-727bd2396910a2e8191c41371482aa784e1040df.tar.gz
ports-727bd2396910a2e8191c41371482aa784e1040df.zip
Notes
Diffstat (limited to 'net-mgmt/nagircbot')
-rw-r--r--net-mgmt/nagircbot/Makefile1
-rw-r--r--net-mgmt/nagircbot/files/patch-Makefile8
2 files changed, 4 insertions, 5 deletions
diff --git a/net-mgmt/nagircbot/Makefile b/net-mgmt/nagircbot/Makefile
index 591d92e57302..d55335fae08f 100644
--- a/net-mgmt/nagircbot/Makefile
+++ b/net-mgmt/nagircbot/Makefile
@@ -15,5 +15,4 @@ USE_RC_SUBR= nagircbot
PLIST_FILES= bin/nagircbot
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/nagircbot/files/patch-Makefile b/net-mgmt/nagircbot/files/patch-Makefile
index 9fb06ae0cc7a..349b6c35e6ae 100644
--- a/net-mgmt/nagircbot/files/patch-Makefile
+++ b/net-mgmt/nagircbot/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig 2011-01-18 05:39:10.000000000 -0500
-+++ Makefile 2011-05-31 22:06:29.000000000 -0400
+--- Makefile.orig 2011-01-18 18:39:10.000000000 +0800
++++ Makefile 2014-06-09 11:58:06.803930107 +0800
@@ -3,7 +3,7 @@
VERSION=0.0.33
@@ -9,12 +9,12 @@
CFLAGS+=${CXXFLAGS}
LDFLAGS+=$(DEBUG) -lcrypto -lssl -lstdc++
-@@ -15,7 +15,7 @@
+@@ -15,7 +15,7 @@ nagircbot: $(OBJS)
$(CC) -Wall -W $(OBJS) $(LDFLAGS) -o nagircbot
install: nagircbot
- cp nagircbot /usr/local/bin
-+ cp nagircbot ${PREFIX}/bin
++ cp nagircbot $(DESTDIR)${PREFIX}/bin
clean:
rm -f $(OBJS) nagircbot core *.da *.gcov *.bb*