aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-11 22:11:51 +0800
committermiwi <miwi@FreeBSD.org>2014-02-11 22:11:51 +0800
commit1c85b1540a11f6f7b6641063f918415a6be00fdc (patch)
treec40b2cebd0f24d774862889faa465dffd23e3c44 /sysutils
parente51009c66f12aa19c0ad0a51cf121227282f9628 (diff)
downloadfreebsd-ports-gnome-1c85b1540a11f6f7b6641063f918415a6be00fdc.tar.gz
freebsd-ports-gnome-1c85b1540a11f6f7b6641063f918415a6be00fdc.tar.zst
freebsd-ports-gnome-1c85b1540a11f6f7b6641063f918415a6be00fdc.zip
- Stage support
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gpte/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/gpte/Makefile b/sysutils/gpte/Makefile
index e3cb4cecccaf..efefccaa48d4 100644
--- a/sysutils/gpte/Makefile
+++ b/sysutils/gpte/Makefile
@@ -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>