From 9e35bc3546ea7f7ff171090e03093cc7f9f1c753 Mon Sep 17 00:00:00 2001 From: antoine Date: Fri, 12 Dec 2014 21:23:03 +0000 Subject: Unbreak INDEX and ongoing bulks/exp-runs --- comms/unixcw/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'comms/unixcw') diff --git a/comms/unixcw/Makefile b/comms/unixcw/Makefile index 480095822025..286f24a43577 100644 --- a/comms/unixcw/Makefile +++ b/comms/unixcw/Makefile @@ -3,10 +3,10 @@ # NOTE: comms/xcwcp is a sub-port of this. When making changes, ensure # it still works as well. -PORTNAME= unixcw +PORTNAME?= unixcw PORTVERSION= 3.4.0 -CATEGORIES?= comms hamradio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} +CATEGORIES= comms hamradio +MASTER_SITES= SF/unixcw/unixcw-${PORTVERSION} DISTNAME= unixcw_${PORTVERSION}.orig MAINTAINER= hamradio@FreeBSD.org @@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --includedir="${LOCALBASE}/include" \ USE_LDCONFIG= yes USES= gmake libtool pkgconfig USE_CSTD= gnu99 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/unixcw-${PORTVERSION} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcw.so.6.2.1 -- cgit