aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-06-10 05:09:04 +0800
committerantoine <antoine@FreeBSD.org>2014-06-10 05:09:04 +0800
commit77c63823cdd82882011d291f4e7b9c173bdbbbf2 (patch)
tree248821275fbd2c83e2180597646fbdbcbb58fd33 /mail
parentaacd4b806c0bf25283d57b586fbcedb068def6b5 (diff)
downloadfreebsd-ports-gnome-77c63823cdd82882011d291f4e7b9c173bdbbbf2.tar.gz
freebsd-ports-gnome-77c63823cdd82882011d291f4e7b9c173bdbbbf2.tar.zst
freebsd-ports-gnome-77c63823cdd82882011d291f4e7b9c173bdbbbf2.zip
Finish stage support
Diffstat (limited to 'mail')
-rw-r--r--mail/gnarwl/files/patch-src__Makefile13
-rw-r--r--mail/gnarwl/pkg-plist2
2 files changed, 15 insertions, 0 deletions
diff --git a/mail/gnarwl/files/patch-src__Makefile b/mail/gnarwl/files/patch-src__Makefile
new file mode 100644
index 000000000000..50ea4fb4e94e
--- /dev/null
+++ b/mail/gnarwl/files/patch-src__Makefile
@@ -0,0 +1,13 @@
+--- ./src/Makefile.orig 2005-03-13 14:30:54.000000000 +0000
++++ ./src/Makefile 2014-06-09 20:56:55.000000000 +0000
+@@ -14,7 +14,7 @@
+ rm -f DEADJOE *.o *~ $(BIN) $(SBIN)
+
+ install:
+- mkdir -m 755 -p $(BINDIR) $(SBINDIR)
+- install -m 755 -s $(BIN) $(BINDIR)
+- install -m 755 -s $(SBIN) $(SBINDIR)
++ mkdir -m 755 -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(SBINDIR)
++ install -m 755 -s $(BIN) $(DESTDIR)$(BINDIR)
++ install -m 755 -s $(SBIN) $(DESTDIR)$(SBINDIR)
+
diff --git a/mail/gnarwl/pkg-plist b/mail/gnarwl/pkg-plist
index c5f5ddd02e7c..fbd0cf0e36db 100644
--- a/mail/gnarwl/pkg-plist
+++ b/mail/gnarwl/pkg-plist
@@ -1,5 +1,7 @@
bin/gnarwl
etc/gnarwl.cfg.sample
+man/man8/damnit.8.gz
+man/man8/gnarwl.8.gz
sbin/damnit
%%DOCSDIR%%/AUTHORS
%%DOCSDIR%%/FAQ.gz