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/vodcatcher | |
parent | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (diff) | |
download | ports-855fb638fbbc3329682faf7c68b135b6e6c1a0ae.tar.gz ports-855fb638fbbc3329682faf7c68b135b6e6c1a0ae.zip |
Notes
Diffstat (limited to 'multimedia/vodcatcher')
-rw-r--r-- | multimedia/vodcatcher/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/multimedia/vodcatcher/Makefile b/multimedia/vodcatcher/Makefile index 3dfbd4491b3f..b2f45998c238 100644 --- a/multimedia/vodcatcher/Makefile +++ b/multimedia/vodcatcher/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: vodcatcher -# Date created: Sep 5, 2006 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= vodcatcher PORTVERSION= 1.3.3 @@ -21,6 +16,7 @@ NO_BUILD= yes PLIST_FILES= bin/vodcatcher +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin |