aboutsummaryrefslogtreecommitdiffstats
path: root/misc/freeguide/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/freeguide/Makefile')
-rw-r--r--misc/freeguide/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/freeguide/Makefile b/misc/freeguide/Makefile
index 163e11954f53..45a5ab24932d 100644
--- a/misc/freeguide/Makefile
+++ b/misc/freeguide/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}-tv/${PORTNAME}-source/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Interactive TV guide which will create personalized TV listings
-LICENSE= GPLv2
+LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/doc/COPYING
RUN_DEPENDS= tv_cat:textproc/p5-xmltv
@@ -35,7 +35,7 @@ post-patch:
${WRKSRC}/install/linux/freeguide
do-install:
- @(cd ${BUILD_WRKSRC}; \
+ @(cd ${BUILD_WRKSRC} && \
${ANT} ${MAKE_ARGS} ${INSTALL_TARGET})
.include <bsd.port.mk>