diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 06:11:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 06:11:19 +0000 |
commit | 9978bb018e1dfb23d6ae10df5a2ecd2b8f251a28 (patch) | |
tree | e689e9f20fc252a01f2106116824873e1ad65374 /misc | |
parent | 6ef02012bf15aed223d0acc307cd3c58d08388f1 (diff) | |
download | ports-9978bb018e1dfb23d6ae10df5a2ecd2b8f251a28.tar.gz ports-9978bb018e1dfb23d6ae10df5a2ecd2b8f251a28.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/toilet/Makefile | 6 | ||||
-rw-r--r-- | misc/toilet/pkg-plist | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/misc/toilet/Makefile b/misc/toilet/Makefile index d179b92d56b6..177ad889e331 100644 --- a/misc/toilet/Makefile +++ b/misc/toilet/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://caca.zoy.org/raw-attachment/wiki/toilet/ MAINTAINER= bapt@FreeBSD.org COMMENT= Enhanced figlet(6) -LIB_DEPENDS= caca.0:${PORTSDIR}/graphics/libcaca +LIB_DEPENDS= libcaca.so:${PORTSDIR}/graphics/libcaca GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name="" @@ -18,16 +18,14 @@ USES= pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -fno-strength-reduce -MAN1= ${PORTNAME}.1 PORT_VERBS= ${PORTNAME} caca2tlf share/figlet/*tlf -NO_STAGE= yes 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 ${PREFIX}/bin/ + @${INSTALL_PROGRAM} ${WRKSRC}/tools/caca2tlf ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.mk> diff --git a/misc/toilet/pkg-plist b/misc/toilet/pkg-plist index 7313e0fa6f26..88519b5e5fa3 100644 --- a/misc/toilet/pkg-plist +++ b/misc/toilet/pkg-plist @@ -1,5 +1,6 @@ bin/caca2tlf bin/toilet +man/man1/toilet.1.gz share/figlet/ascii12.tlf share/figlet/ascii9.tlf share/figlet/bigascii12.tlf |