diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-29 14:03:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-29 14:03:24 +0000 |
commit | 96d9d7a9976571a5a466aed012a597131f552771 (patch) | |
tree | 6821ad04ffb499f5e7e00c4cfbdb320763432e77 /sysutils/stmpclean/files | |
parent | 08b5d74bef6a0ccc50812503786472cc3087cc52 (diff) | |
download | ports-96d9d7a9976571a5a466aed012a597131f552771.tar.gz ports-96d9d7a9976571a5a466aed012a597131f552771.zip |
Notes
Diffstat (limited to 'sysutils/stmpclean/files')
-rw-r--r-- | sysutils/stmpclean/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/stmpclean/files/patch-Makefile b/sysutils/stmpclean/files/patch-Makefile new file mode 100644 index 000000000000..82d6529c3541 --- /dev/null +++ b/sysutils/stmpclean/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Mon Sep 29 07:01:15 2003 ++++ Makefile Mon Sep 29 07:01:23 2003 +@@ -2,7 +2,7 @@ + # Written by Stanislav Shalunov. + # $Id: Makefile,v 1.4 1999/08/04 18:30:02 shalunov Exp $ + +-PREFIX=/usr/local ++PREFIX?=/usr/local + BINDIR=$(PREFIX)/sbin + MANDIR=$(PREFIX)/man/man8 + |