Index: head/textproc/aspell-ispell/Makefile =================================================================== --- head/textproc/aspell-ispell/Makefile (revision 508110) +++ head/textproc/aspell-ispell/Makefile (revision 508111) @@ -1,31 +1,29 @@ # $FreeBSD$ PORTNAME= aspell PORTVERSION= 0.60.7 CATEGORIES= textproc MASTER_SITES= GNU/aspell PKGNAMESUFFIX= -ispell MAINTAINER= office@FreeBSD.org COMMENT= Ispell compatibility script for aspell LICENSE= LGPL21 -CONFLICTS+= ispell* ??-ispell* - RUN_DEPENDS= aspell:textproc/aspell 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