diff options
Diffstat (limited to 'print/pkipplib/Makefile')
-rw-r--r-- | print/pkipplib/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/print/pkipplib/Makefile b/print/pkipplib/Makefile index bd70cf5..5af7244 100644 --- a/print/pkipplib/Makefile +++ b/print/pkipplib/Makefile @@ -1,9 +1,5 @@ -# Ports collection Makefile for: pkipplib -# Date created: Jan 19 2009 -# Whom: Rong-En Fan <rafan@FreeBSD.org> -# +# Created by: Rong-En Fan <rafan@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pkipplib PORTVERSION= 0.07 @@ -16,4 +12,5 @@ COMMENT= Create and parse IPP requests USE_PYTHON= yes USE_PYDISTUTILS=yes +NO_STAGE= yes .include <bsd.port.mk> |