diff options
Diffstat (limited to 'sysutils/gpte/Makefile')
-rw-r--r-- | sysutils/gpte/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/gpte/Makefile b/sysutils/gpte/Makefile index 68d0e7ca3440..e3cb4cecccaf 100644 --- a/sysutils/gpte/Makefile +++ b/sysutils/gpte/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: gpte -# Date created: 12 Jan 2005 -# Whom: Valentin Nechayev <netch@segfault.kiev.ua> -# +# Created by: Valentin Nechayev <netch@segfault.kiev.ua> # $FreeBSD$ PORTNAME= gpte @@ -17,6 +14,7 @@ MANCOMPRESSED= yes PLIST_FILES= bin/gpte +NO_STAGE= yes post-extract: cd $(WRKSRC) && ${CP} Makefile.bsd Makefile |