diff options
Diffstat (limited to 'security/sshpass/Makefile')
-rw-r--r-- | security/sshpass/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/sshpass/Makefile b/security/sshpass/Makefile index 7ce30d6c096d..af9c2fcd397c 100644 --- a/security/sshpass/Makefile +++ b/security/sshpass/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sshpass -# Date created: 2012-02-04 -# Whom: Hung-Yi Chen <gaod@hychen.org> -# +# Created by: Hung-Yi Chen <gaod@hychen.org> # $FreeBSD$ -# PORTNAME= sshpass PORTVERSION= 1.05 @@ -20,4 +16,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/sshpass MAN1= sshpass.1 +NO_STAGE= yes .include <bsd.port.mk> |