aboutsummaryrefslogtreecommitdiffstats
path: root/testing/heirloom-mailx/makevars.patch
diff options
context:
space:
mode:
authorScrumpyJack <scrumpyjack@st.ilet.to>2016-06-27 10:17:05 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-07-04 11:42:28 +0200
commit2ff62bbb9f7b2c82a826d7b159c1bc482aa8f0bd (patch)
tree97c60fb3221dfe78cd7ccfda5db6125c81d5f676 /testing/heirloom-mailx/makevars.patch
parent00e8ff605f1c4f6386596f35f2a5287ff9b8bc55 (diff)
downloadaports-2ff62bbb9f7b2c82a826d7b159c1bc482aa8f0bd.tar.bz2
aports-2ff62bbb9f7b2c82a826d7b159c1bc482aa8f0bd.tar.xz
testing/[various]: move packages to community
Moves the packages listed below from the testing to the community repository after successfully testing of said packages. asciinema at calcurse cmus compton cpio dvd+rw-tools fortune fvwm geary h2o heirloom-mailx leafpad nedit nmh rover tor torsocks urlview vdesk w3m wbar xcalc xclock xeyes xkill
Diffstat (limited to 'testing/heirloom-mailx/makevars.patch')
-rw-r--r--testing/heirloom-mailx/makevars.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/heirloom-mailx/makevars.patch b/testing/heirloom-mailx/makevars.patch
deleted file mode 100644
index 94d97eb850..0000000000
--- a/testing/heirloom-mailx/makevars.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-commit 31527ffd5d77c6cf21850bddd9ae7e97e37721ca
-Author: Isaac Dunham <ibid.ag@gmail.com>
-Date: Sat Sep 13 09:48:34 2014 -0700
-
- Use more standard defaults
-
-diff --git a/Makefile b/Makefile
-index 5f4b124..05d0635 100644
---- a/Makefile
-+++ b/Makefile
-@@ -6,18 +6,18 @@
- # See the file INSTALL if you need help.
- #
-
--PREFIX = /usr/local
-+PREFIX = /usr
- BINDIR = $(PREFIX)/bin
- MANDIR = $(PREFIX)/share/man
- SYSCONFDIR = /etc
-
- MAILRC = $(SYSCONFDIR)/nail.rc
--MAILSPOOL = /var/mail
--SENDMAIL = /usr/lib/sendmail
-+MAILSPOOL = /var/spool/mail
-+SENDMAIL = /usr/sbin/sendmail
-
- DESTDIR =
-
--UCBINSTALL = /usr/ucb/install
-+UCBINSTALL = /usr/bin/install
-
- # Define compiler, preprocessor, and linker flags here.
- # Note that some Linux/glibc versions need -D_GNU_SOURCE in CPPFLAGS, or