diff options
Diffstat (limited to 'graphics/show/Makefile')
-rw-r--r-- | graphics/show/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/show/Makefile b/graphics/show/Makefile index f84ff7528896..4cbb874301d5 100644 --- a/graphics/show/Makefile +++ b/graphics/show/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: show -# Date created: 06 July 2003 -# Whom: roop -# +# Created by: roop # $FreeBSD$ -# PORTNAME= show PORTVERSION= 2.2 @@ -23,6 +19,7 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ PLIST_FILES= bin/show +NO_STAGE= yes post-extract: @${CP} ${PATCHDIR}/Makefile ${WRKSRC} @${RM} ${WRKSRC}/${PORTNAME} |