diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:23:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:23:18 +0000 |
commit | 1640537ad67a4e7c293de8c7bd81840e57ec6928 (patch) | |
tree | 4ecd721edd10b744a029d8fb947cbd73bc4f7b9b /ftp/puf | |
parent | 4a65c836693c56cb403b7a0b47a9514037a4bcec (diff) | |
download | ports-1640537ad67a4e7c293de8c7bd81840e57ec6928.tar.gz ports-1640537ad67a4e7c293de8c7bd81840e57ec6928.zip |
Notes
Diffstat (limited to 'ftp/puf')
-rw-r--r-- | ftp/puf/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ftp/puf/Makefile b/ftp/puf/Makefile index 34a8d7925301..f350ce473705 100644 --- a/ftp/puf/Makefile +++ b/ftp/puf/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: puf -# Date created: Feb 6, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= puf PORTVERSION= 1.0.0 @@ -19,4 +14,5 @@ GNU_CONFIGURE= yes MAN1= puf.1 PLIST_FILES= bin/puf +NO_STAGE= yes .include <bsd.port.mk> |