- Stage support

This commit is contained in:
Martin Wilke 2014-02-11 14:11:51 +00:00
parent 64018917d2
commit bf92717362
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343742

View file

@ -9,13 +9,10 @@ MASTER_SITES= ftp://segfault.kiev.ua/pub/
MAINTAINER= netch@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>