diff options
Diffstat (limited to 'audio/mpdcon/Makefile')
-rw-r--r-- | audio/mpdcon/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/mpdcon/Makefile b/audio/mpdcon/Makefile index 2ffe2387ecd3..bf33139e1168 100644 --- a/audio/mpdcon/Makefile +++ b/audio/mpdcon/Makefile @@ -8,17 +8,18 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.2%20beta%201 DISTNAME= MPDCon-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A GNUstep MPD client +COMMENT= MPD client for GNUstep LICENSE= GPLv2 -USE_GNUSTEP= yes +USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes post-patch: - ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ - ${WRKSRC}/GNUmakefile + ${REINPLACE_CMD} -e \ + 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ + ${WRKSRC}/GNUmakefile .include <bsd.port.mk> |