aboutsummaryrefslogtreecommitdiff
path: root/sysutils/clean
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-18 08:34:06 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-18 08:34:06 +0000
commitf0bc18d094504523b58e99bde741c29c1c0e2d9f (patch)
treea46c3c16d4ad2495c54ad8817a6adbf115dc4ba6 /sysutils/clean
parent7eed5932e02a3986e8538fc46bb59bf8d8e317b9 (diff)
downloadports-f0bc18d094504523b58e99bde741c29c1c0e2d9f.tar.gz
ports-f0bc18d094504523b58e99bde741c29c1c0e2d9f.zip
Notes
Diffstat (limited to 'sysutils/clean')
-rw-r--r--sysutils/clean/Makefile5
-rw-r--r--sysutils/clean/files/patch-Makefile10
2 files changed, 12 insertions, 3 deletions
diff --git a/sysutils/clean/Makefile b/sysutils/clean/Makefile
index 464f449def3c..8452da493498 100644
--- a/sysutils/clean/Makefile
+++ b/sysutils/clean/Makefile
@@ -10,8 +10,7 @@ MAINTAINER= chuck@pkix.net
COMMENT= Automatically remove unwanted files
USE_BZIP2= yes
-MAN1= clean.1
-PLIST_FILES= bin/clean
-NO_STAGE= yes
+PLIST_FILES= bin/clean man/man1/clean.1.gz
+
.include <bsd.port.mk>
diff --git a/sysutils/clean/files/patch-Makefile b/sysutils/clean/files/patch-Makefile
new file mode 100644
index 000000000000..98f14e2e1768
--- /dev/null
+++ b/sysutils/clean/files/patch-Makefile
@@ -0,0 +1,10 @@
+--- ./Makefile.orig 2014-02-18 09:32:39.562743602 +0100
++++ ./Makefile 2014-02-18 09:32:58.145742130 +0100
+@@ -42,5 +42,5 @@
+ PREFIX ?= /usr/local
+
+ install: niftyclean
+- $(INSTALL) -s clean $(PREFIX)/bin
+- $(INSTALL) clean.1 $(PREFIX)/man/man1
++ $(INSTALL) -s clean $(DESTDIR)$(PREFIX)/bin
++ $(INSTALL) clean.1 $(DESTDIR)$(MANPREFIX)/man/man1