diff options
Diffstat (limited to 'devel/cook/Makefile')
-rw-r--r-- | devel/cook/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/cook/Makefile b/devel/cook/Makefile index 9f1d097..acec6ad 100644 --- a/devel/cook/Makefile +++ b/devel/cook/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: cook -# Date created: 31 January 2000 -# Whom: jasone -# +# Created by: jasone # $FreeBSD$ -# PORTNAME= cook PORTVERSION= 2.30 @@ -28,6 +24,7 @@ MANCOMPRESSED= no USES= gettext # Make sure that the whole directory tree exists. +NO_STAGE= yes pre-install: ${MKDIR} ${PREFIX}/share/cook/en/man1 ${MKDIR} ${PREFIX}/lib/cook/en/LC_MESSAGES |