diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:57:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:57:48 +0000 |
commit | 855fb638fbbc3329682faf7c68b135b6e6c1a0ae (patch) | |
tree | 29e40a75ec137fe362a8b7f6affa075888f0b236 /multimedia/subtitleripper | |
parent | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (diff) | |
download | ports-855fb638fbbc3329682faf7c68b135b6e6c1a0ae.tar.gz ports-855fb638fbbc3329682faf7c68b135b6e6c1a0ae.zip |
Notes
Diffstat (limited to 'multimedia/subtitleripper')
-rw-r--r-- | multimedia/subtitleripper/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/subtitleripper/Makefile b/multimedia/subtitleripper/Makefile index 599edab29e3e..3d8c33f195ff 100644 --- a/multimedia/subtitleripper/Makefile +++ b/multimedia/subtitleripper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Subtitle Ripper -# Date created: Fri Oct 14 04:49:22 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= subtitleripper DISTVERSION= 0.3-4 @@ -44,6 +40,7 @@ PROGRAM_FILES= \ SCRIPT_FILES= \ pgm2txt +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e 's|^(CC[[:space:]]*=).*$$|\1${CC}|' \ |