diff options
Diffstat (limited to 'sysutils/pwgen/Makefile')
-rw-r--r-- | sysutils/pwgen/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/pwgen/Makefile b/sysutils/pwgen/Makefile index aaadfeb42ebe..8fe7ca37510d 100644 --- a/sysutils/pwgen/Makefile +++ b/sysutils/pwgen/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pwgen2 -# Date created: 27 Aug 2005 -# Whom: Andrew Khlebutin <andrey@hm.perm.ru> -# +# Created by: Andrew Khlebutin <andrey@hm.perm.ru> # $FreeBSD$ -# PORTNAME= pwgen PORTVERSION= 2.06 @@ -21,4 +17,5 @@ USE_PERL5= build MAN1= pwgen.1 PLIST_FILES= bin/pwgen +NO_STAGE= yes .include <bsd.port.mk> |