svn commit: r343742 - head/sysutils/gpte

Martin Wilke miwi at FreeBSD.org
Tue Feb 11 14:11:51 UTC 2014


Author: miwi
Date: Tue Feb 11 14:11:51 2014
New Revision: 343742
URL: http://svnweb.freebsd.org/changeset/ports/343742
QAT: https://qat.redports.org/buildarchive/r343742/

Log:
  - Stage support

Modified:
  head/sysutils/gpte/Makefile

Modified: head/sysutils/gpte/Makefile
==============================================================================
--- head/sysutils/gpte/Makefile	Tue Feb 11 13:44:36 2014	(r343741)
+++ head/sysutils/gpte/Makefile	Tue Feb 11 14:11:51 2014	(r343742)
@@ -9,13 +9,10 @@ MASTER_SITES=	ftp://segfault.kiev.ua/pub
 MAINTAINER=	netch at segfault.kiev.ua
 COMMENT=	A simple command-line GPT partition editor
 
-MAN8=		gpte.8
-MANCOMPRESSED=	yes
+PLIST_FILES=	bin/gpte \
+		man/man8/gpte.8.gz
 
-PLIST_FILES=	bin/gpte
-
-NO_STAGE=	yes
 post-extract:
-	cd $(WRKSRC) && ${CP} Makefile.bsd Makefile
+	cd ${WRKSRC} && ${CP} Makefile.bsd Makefile
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list