diff options
Diffstat (limited to 'japanese/prn/Makefile')
-rw-r--r-- | japanese/prn/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/japanese/prn/Makefile b/japanese/prn/Makefile index 1d96200a36ca..626512b78286 100644 --- a/japanese/prn/Makefile +++ b/japanese/prn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: prn -# Date created: 19 Jun 1997 -# Whom: Satoshi TAOKA <taoka@FreeBSD.org> -# +# Created by: Satoshi TAOKA <taoka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= prn PORTVERSION= 1.0 @@ -21,4 +17,5 @@ MANLANG= ja MAN1= prn.1 cprn.1 cmt.1 psconv.1 MAN5= cmtdefs.5 +NO_STAGE= yes .include <bsd.port.mk> |