diff options
Diffstat (limited to 'graphics/optar/Makefile')
-rw-r--r-- | graphics/optar/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/optar/Makefile b/graphics/optar/Makefile index 69fe7afc18a4..c5c0764dfa24 100644 --- a/graphics/optar/Makefile +++ b/graphics/optar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: optar -# Date created: 27 September 2008 -# Whom: antonakis@gmail.com -# +# Created by: antonakis@gmail.com # $FreeBSD$ -# PORTNAME= optar PORTVERSION= 1.0 @@ -25,6 +21,7 @@ WRKSRC= ${WRKDIR}/optar PLIST_FILES= bin/optar bin/unoptar bin/pgm2ps +NO_STAGE= yes post-extract: @${RM} -v ${WRKSRC}/font.h @${CP} -v ${DISTDIR}/font.h ${WRKSRC}/font.h |