From 0512432368400ebd1898a1e55437f15e3c7b5f60 Mon Sep 17 00:00:00 2001 From: vanilla Date: Tue, 27 May 2014 15:01:44 +0000 Subject: Stageify. Approved by: portmgr@ --- editors/uzap/Makefile | 4 +--- editors/uzap/files/patch-a | 8 ++++---- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'editors') diff --git a/editors/uzap/Makefile b/editors/uzap/Makefile index d04f6e9f4cbd..26c1ded9e20f 100644 --- a/editors/uzap/Makefile +++ b/editors/uzap/Makefile @@ -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 diff --git a/editors/uzap/files/patch-a b/editors/uzap/files/patch-a index 1e1f4624888d..3bdf7ad6457f 100644 --- a/editors/uzap/files/patch-a +++ b/editors/uzap/files/patch-a @@ -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 -- cgit