diff --git a/textproc/aspell-ispell/Makefile b/textproc/aspell-ispell/Makefile index 065b2d4266bd..b27039bfacfe 100644 --- a/textproc/aspell-ispell/Makefile +++ b/textproc/aspell-ispell/Makefile @@ -1,27 +1,30 @@ PORTNAME= aspell PORTVERSION= 0.60.8 CATEGORIES= textproc MASTER_SITES= GNU/aspell PKGNAMESUFFIX= -ispell MAINTAINER= office@FreeBSD.org COMMENT= Ispell compatibility script for aspell LICENSE= LGPL21 RUN_DEPENDS= aspell:textproc/aspell +USES= cpe +CPE_VENDOR= gnu + NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/ispell \ bin/spell post-patch: @${REINPLACE_CMD} -e '/^#CHECK_FLAGS/ s|#||' ${WRKSRC}/scripts/ispell do-install: ${INSTALL_SCRIPT} ${WRKSRC}/scripts/ispell ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/scripts/spell ${STAGEDIR}${PREFIX}/bin .include