diff --git a/textproc/bsd-spell/Makefile b/textproc/bsd-spell/Makefile index d94af4fb7edd..162fba1d8d9b 100644 --- a/textproc/bsd-spell/Makefile +++ b/textproc/bsd-spell/Makefile @@ -1,39 +1,32 @@ PORTNAME= bsd-spell +PORTREVISION= 1 DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 CATEGORIES= textproc MAINTAINER= gbe@FreeBSD.org COMMENT= This is a port of the 4.4BSD spell command WWW= https://github.com/gbergling/bsdspell LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= gbergling GH_PROJECT= bsdspell -PLIST_FILES= libexec/spellprog bin/spell bin/deroff \ - man/man1/spell.1.gz man/man1/deroff.1.gz \ - share/dict/american \ - share/dict/british \ - share/dict/special.4bsd \ - share/dict/special.math \ - share/dict/stop - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/usr.bin/spell/spellprog ${STAGEDIR}${PREFIX}/libexec ${INSTALL_PROGRAM} ${WRKSRC}/usr.bin/deroff/deroff ${STAGEDIR}${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/usr.bin/spell/spell.sh ${STAGEDIR}${PREFIX}/bin/spell + ${INSTALL_SCRIPT} ${WRKSRC}/usr.bin/spell/spell.sh ${STAGEDIR}${PREFIX}/bin/bspell ${INSTALL_DATA} ${WRKSRC}/usr.bin/spell/american ${STAGEDIR}${PREFIX}/share/dict ${INSTALL_DATA} ${WRKSRC}/usr.bin/spell/british ${STAGEDIR}${PREFIX}/share/dict ${INSTALL_DATA} ${WRKSRC}/usr.bin/spell/special.4bsd ${STAGEDIR}${PREFIX}/share/dict ${INSTALL_DATA} ${WRKSRC}/usr.bin/spell/special.math ${STAGEDIR}${PREFIX}/share/dict ${INSTALL_DATA} ${WRKSRC}/usr.bin/spell/stop ${STAGEDIR}${PREFIX}/share/dict ${INSTALL_MAN} ${WRKSRC}/usr.bin/spell/spell.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/usr.bin/deroff/deroff.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1 .include diff --git a/textproc/bsd-spell/pkg-plist b/textproc/bsd-spell/pkg-plist new file mode 100644 index 000000000000..93d5e4177fcd --- /dev/null +++ b/textproc/bsd-spell/pkg-plist @@ -0,0 +1,10 @@ +libexec/spellprog +bin/bspell +bin/deroff +man/man1/spell.1.gz +man/man1/deroff.1.gz +share/dict/american +share/dict/british +share/dict/special.4bsd +share/dict/special.math +share/dict/stop