diff --git a/misc/toilet/Makefile b/misc/toilet/Makefile index 260f020de28e..0d8c7829fa67 100644 --- a/misc/toilet/Makefile +++ b/misc/toilet/Makefile @@ -1,29 +1,30 @@ PORTNAME= toilet PORTVERSION= 0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= http://caca.zoy.org/raw-attachment/wiki/toilet/ MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced figlet(6) WWW= http://caca.zoy.org/wiki/toilet LIB_DEPENDS= libcaca.so:graphics/libcaca GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --program-transform-name="" USES= pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -fno-strength-reduce PORT_VERBS= ${PORTNAME} caca2tlf share/figlet/*tlf post-patch: @${REINPLACE_CMD} -e '/CFLAGS=/d;/ac_build_date=/s|=.*|="$$stamp"|'\ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|\$$\^|$${.ALLSRC}|' ${WRKSRC}/doc/Makefile.in post-install: @${INSTALL_PROGRAM} ${WRKSRC}/tools/caca2tlf ${STAGEDIR}${PREFIX}/bin/ .include diff --git a/misc/toilet/pkg-plist b/misc/toilet/pkg-plist index f262eb129030..6cd774c1059b 100644 --- a/misc/toilet/pkg-plist +++ b/misc/toilet/pkg-plist @@ -1,24 +1,24 @@ bin/caca2tlf bin/toilet -man/man1/toilet.1.gz +share/man/man1/toilet.1.gz share/figlet/ascii12.tlf share/figlet/ascii9.tlf share/figlet/bigascii12.tlf share/figlet/bigascii9.tlf share/figlet/bigmono12.tlf share/figlet/bigmono9.tlf share/figlet/circle.tlf share/figlet/emboss.tlf share/figlet/emboss2.tlf share/figlet/future.tlf share/figlet/letter.tlf share/figlet/mono12.tlf share/figlet/mono9.tlf share/figlet/pagga.tlf share/figlet/smascii12.tlf share/figlet/smascii9.tlf share/figlet/smblock.tlf share/figlet/smbraille.tlf share/figlet/smmono12.tlf share/figlet/smmono9.tlf share/figlet/wideterm.tlf