1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Stagify, add LICENSE.

Approved by:	portmgr@ (blanket approval)
This commit is contained in:
Vanilla I. Shu 2014-06-27 15:15:36 +00:00
parent b9b4d7629a
commit 29086de64b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359550
2 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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