aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mcweject/files
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-06-29 11:01:20 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-06-29 11:01:20 +0000
commit87d751f34181d3e48c3385a6803fe789ee9cdc47 (patch)
treea5e3c35ccb7e6fd34e3b7a279722200cd7b13af9 /sysutils/mcweject/files
parentbbcaf346278106c15fc18842546672e234de37cd (diff)
downloadports-87d751f34181d3e48c3385a6803fe789ee9cdc47.tar.gz
ports-87d751f34181d3e48c3385a6803fe789ee9cdc47.zip
Notes
Diffstat (limited to 'sysutils/mcweject/files')
-rw-r--r--sysutils/mcweject/files/patch-Makefile19
-rw-r--r--sysutils/mcweject/files/pkg-message.in4
2 files changed, 2 insertions, 21 deletions
diff --git a/sysutils/mcweject/files/patch-Makefile b/sysutils/mcweject/files/patch-Makefile
deleted file mode 100644
index 8f65c9c4677c..000000000000
--- a/sysutils/mcweject/files/patch-Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
---- Makefile.orig 2014-06-27 21:40:12.377893504 +0800
-+++ Makefile 2014-06-27 21:40:47.338913495 +0800
-@@ -13,11 +13,11 @@ eject.o: eject.c eject.h protos.h Mak
- $(CC) -c $(CFLAGS) eject.c
-
- install: eject
-- mkdir -p ${PREFIX}/share/examples/mcweject
-- install -c -o root -g wheel -m 444 \
-- eject.allow ${PREFIX}/share/examples/mcweject
-- install -c -o root -g wheel -m 4511 eject ${PREFIX}/sbin
-- install -c -o root -g wheel -m 444 eject.1 ${PREFIX}/man/man1
-+ mkdir -p $(DESTDIR)${PREFIX}/share/examples/mcweject
-+ install -c -o root -g wheel \
-+ eject.allow $(DESTDIR)${PREFIX}/share/examples/mcweject
-+ install -c -o root -g wheel eject $(DESTDIR)${PREFIX}/sbin
-+ install -c -o root -g wheel eject.1 $(DESTDIR)${PREFIX}/man/man1
-
- reallyclean: clean
- rm -f .*.bak
diff --git a/sysutils/mcweject/files/pkg-message.in b/sysutils/mcweject/files/pkg-message.in
index fb1bc7628b07..bba35f963ae1 100644
--- a/sysutils/mcweject/files/pkg-message.in
+++ b/sysutils/mcweject/files/pkg-message.in
@@ -1,6 +1,6 @@
-===================================================================
+========================================================================
The file eject.allow has been installed in %%PREFIX%%/share/examples/.
Copy this file to %%PREFIX%%/etc/eject.allow, and edit to reflect
the devices you wish to be ejectable.
-===================================================================
+========================================================================