aboutsummaryrefslogtreecommitdiff
path: root/sysutils/phantom
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-27 15:15:36 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-27 15:15:36 +0000
commit29086de64ba4f921ed37dd852f0334fe94478877 (patch)
treef21ff60dd35b504173b657982520f6156ea74fdf /sysutils/phantom
parentb9b4d7629ab643bd2273d58b5c5c1482aef90fe7 (diff)
downloadports-29086de64ba4f921ed37dd852f0334fe94478877.tar.gz
ports-29086de64ba4f921ed37dd852f0334fe94478877.zip
Stagify, add LICENSE.
Approved by: portmgr@ (blanket approval)
Notes
Notes: svn path=/head/; revision=359550
Diffstat (limited to 'sysutils/phantom')
-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