diff options
Diffstat (limited to 'print/pfbtopfa')
-rw-r--r-- | print/pfbtopfa/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/print/pfbtopfa/Makefile b/print/pfbtopfa/Makefile index fa2c0a095f46..f4d2c97e15e7 100644 --- a/print/pfbtopfa/Makefile +++ b/print/pfbtopfa/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: pfbtopfa -# Date created: Dec 24, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= pfbtopfa PORTVERSION= 1.0 @@ -18,6 +13,7 @@ COMMENT= Convert PFB files to the PFA format MAN1= pfbtopfa.1 PLIST_FILES= bin/pfbtopfa +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pfbtopfa ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pfbtopfa.1 ${MAN1PREFIX}/man/man1 |