diff options
author | pi <pi@FreeBSD.org> | 2017-03-05 15:53:16 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-03-05 15:53:16 +0800 |
commit | c117b21e28512a2a3eeb6f1a39702301397c7bea (patch) | |
tree | e5754f8ea5cf593d3f6373a98419f85a181160fc /sysutils/detox | |
parent | 19b442e3126e2fbacb20be35315cedb338cd3373 (diff) | |
download | freebsd-ports-gnome-c117b21e28512a2a3eeb6f1a39702301397c7bea.tar.gz freebsd-ports-gnome-c117b21e28512a2a3eeb6f1a39702301397c7bea.tar.zst freebsd-ports-gnome-c117b21e28512a2a3eeb6f1a39702301397c7bea.zip |
sysutils/detox: fix build by removing old patch
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Diffstat (limited to 'sysutils/detox')
-rw-r--r-- | sysutils/detox/files/patch-Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/detox/files/patch-Makefile.in b/sysutils/detox/files/patch-Makefile.in deleted file mode 100644 index 10af08b6bec1..000000000000 --- a/sysutils/detox/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2008-04-12 01:02:47 UTC -+++ Makefile.in -@@ -116,7 +116,7 @@ detox.o: detox.c detox_path.h - # Actions - # - --install: install-base install-safe-config install-sample-config -+install: install-base install-sample-config - - force-install: install-base install-unsafe-config install-sample-config - |