aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/phantom/Makefile4
-rw-r--r--sysutils/phantom/files/patch-Makefile8
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/phantom/Makefile b/sysutils/phantom/Makefile
index 3c576c0b836c..73cb8b77d7f4 100644
--- a/sysutils/phantom/Makefile
+++ b/sysutils/phantom/Makefile
@@ -10,9 +10,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ota@j.email.ne.jp
COMMENT= Phantomblock generator (converts existing files to sparse files)
-ALL_TARGET= all
+LICENSE= GPLv2
+ALL_TARGET= all
PLIST_FILES= bin/phantom
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/sysutils/phantom/files/patch-Makefile b/sysutils/phantom/files/patch-Makefile
index 5faa8e8f5f58..b145f575e96e 100644
--- a/sysutils/phantom/files/patch-Makefile
+++ b/sysutils/phantom/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Fri Jul 8 05:30:27 2005
-+++ Makefile Wed Jan 25 11:27:25 2006
+--- Makefile.orig 2005-07-08 17:30:27.000000000 +0800
++++ Makefile 2014-06-27 23:13:45.387524232 +0800
@@ -1,8 +1,8 @@
VERSION=1.2
@@ -11,12 +11,12 @@
OBJS=phantom.o
-@@ -12,7 +12,7 @@
+@@ -12,7 +12,7 @@ phantom: $(OBJS)
$(CC) -Wall -W $(OBJS) $(LDFLAGS) -o phantom
install: phantom
- cp phantom $(DESTDIR)/usr/bin
-+ ${INSTALL} -m 755 phantom ${PREFIX}/bin
++ ${INSTALL} -m 755 phantom $(DESTDIR)${PREFIX}/bin
clean:
rm -f $(OBJS) core phantom