svn commit: r355531 - in head/editors/uzap: . files

Vanilla I. Shu vanilla at FreeBSD.org
Tue May 27 15:01:44 UTC 2014


Author: vanilla
Date: Tue May 27 15:01:44 2014
New Revision: 355531
URL: http://svnweb.freebsd.org/changeset/ports/355531
QAT: https://qat.redports.org/buildarchive/r355531/

Log:
  Stageify.
  
  Approved by:	portmgr@

Modified:
  head/editors/uzap/Makefile
  head/editors/uzap/files/patch-a

Modified: head/editors/uzap/Makefile
==============================================================================
--- head/editors/uzap/Makefile	Tue May 27 14:58:58 2014	(r355530)
+++ head/editors/uzap/Makefile	Tue May 27 15:01:44 2014	(r355531)
@@ -15,8 +15,6 @@ COMMENT=	Visual binary file editor
 # http://www.megalextoria.com/usenet-archive/news097f1/b120/alt/sources/00000521.html
 NO_CDROM=	This software may not be used to make a profit in any way.
 NO_WRKSUBDIR=	yes
-MAN1=		uzap.1
-PLIST_FILES=	bin/uzap
+PLIST_FILES=	bin/uzap man/man1/uzap.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/editors/uzap/files/patch-a
==============================================================================
--- head/editors/uzap/files/patch-a	Tue May 27 14:58:58 2014	(r355530)
+++ head/editors/uzap/files/patch-a	Tue May 27 15:01:44 2014	(r355531)
@@ -1,5 +1,5 @@
---- Makefile.orig	Thu Mar 30 10:04:11 1989
-+++ Makefile	Sun Oct 19 02:17:28 2003
+--- Makefile.orig	1989-03-31 02:04:11.000000000 +0800
++++ Makefile	2014-05-27 21:34:34.280623089 +0800
 @@ -1,26 +1,28 @@
  # Makefile for Uzap.
 -BINDIR = /usr/local
@@ -34,8 +34,8 @@
  install: uzap
 -	install -s -m 771 uzap $(BINDIR)
 -	install -c -m 664 uzap.man $(MANDIR)/uzap.$(MSECT)
-+	install -s -m 755 -o bin -g bin uzap $(BINDIR)
-+	install -c -m 644 -o bin -g bin uzap.man $(MANDIR)/uzap.$(MSECT)
++	install -s -m 755 -o bin -g bin uzap $(DESTDIR)$(BINDIR)
++	install -c -m 644 -o bin -g bin uzap.man $(DESTDIR)$(MANDIR)/uzap.$(MSECT)
  
  clean:
 -	rm -f *.o core uzap


More information about the svn-ports-all mailing list