svn commit: r359049 - in head/net/vblade: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Jun 24 07:12:01 UTC 2014
Author: vanilla
Date: Tue Jun 24 07:12:00 2014
New Revision: 359049
URL: http://svnweb.freebsd.org/changeset/ports/359049
QAT: https://qat.redports.org/buildarchive/r359049/
Log:
Stagify.
Approved by: portmgr@ (blanket approval)
Modified:
head/net/vblade/Makefile
head/net/vblade/files/patch-makefile
Modified: head/net/vblade/Makefile
==============================================================================
--- head/net/vblade/Makefile Tue Jun 24 07:09:25 2014 (r359048)
+++ head/net/vblade/Makefile Tue Jun 24 07:12:00 2014 (r359049)
@@ -18,8 +18,6 @@ MAKE_ARGS= PLATFORM=freebsd\
MAKEFILE= makefile
ALL_TARGET=
-PLIST_FILES= sbin/vblade sbin/vbladed
-MAN8= vblade.8
+PLIST_FILES= sbin/vblade sbin/vbladed man/man8/vblade.8.gz
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/net/vblade/files/patch-makefile
==============================================================================
--- head/net/vblade/files/patch-makefile Tue Jun 24 07:09:25 2014 (r359048)
+++ head/net/vblade/files/patch-makefile Tue Jun 24 07:12:00 2014 (r359049)
@@ -1,5 +1,5 @@
---- makefile.orig 2008-10-09 04:07:40.000000000 +0700
-+++ makefile 2013-11-18 19:44:05.000000000 +0700
+--- makefile.orig 2008-10-09 05:07:40.000000000 +0800
++++ makefile 2014-06-24 15:09:56.936151781 +0800
@@ -3,14 +3,12 @@
# see README for others
PLATFORM=linux
@@ -17,13 +17,13 @@
vblade: $O
${CC} -o vblade $O
-@@ -38,6 +36,6 @@
+@@ -38,6 +36,6 @@ clean :
rm -f $O vblade
install : vblade vbladed
- install vblade ${sbindir}/
- install vbladed ${sbindir}/
- install vblade.8 ${mandir}/man8/
-+ ${INSTALL_PROGRAM} vblade ${sbindir}/
-+ ${INSTALL_SCRIPT} vbladed ${sbindir}/
-+ ${INSTALL_MAN} vblade.8 ${mandir}/man8/
++ ${INSTALL_PROGRAM} vblade $(DESTDIR)${sbindir}/
++ ${INSTALL_SCRIPT} vbladed $(DESTDIR)${sbindir}/
++ ${INSTALL_MAN} vblade.8 $(DESTDIR)${mandir}/man8/
More information about the svn-ports-all
mailing list