diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-21 18:35:51 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-21 18:35:51 +0000 |
commit | f3527dd4be6721f6d31de2d676457b5c19582e69 (patch) | |
tree | ed33b8f0578b58f49c6de42110ca76664e1884f2 | |
parent | 13eed426e340a41da25ee8e378797d265b33963e (diff) |
Notes
-rw-r--r-- | graphics/aview/Makefile | 5 | ||||
-rw-r--r-- | graphics/aview/pkg-plist | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/graphics/aview/Makefile b/graphics/aview/Makefile index 58aaad93b507..560946cf3fc6 100644 --- a/graphics/aview/Makefile +++ b/graphics/aview/Makefile @@ -13,16 +13,13 @@ COMMENT= Graphics viewer for viewing netpbm format on console or X using aalib RUN_DEPENDS= anytopnm:${PORTSDIR}/graphics/netpbm \ convert:${PORTSDIR}/graphics/ImageMagick -LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib +LIB_DEPENDS= libaa.so:${PORTSDIR}/graphics/aalib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-x=no -MAN1= asciiview.1 aview.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/bash|/sh|g' ${WRKSRC}/asciiview @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \ diff --git a/graphics/aview/pkg-plist b/graphics/aview/pkg-plist index 2cc47c94aeb0..380fae426c7d 100644 --- a/graphics/aview/pkg-plist +++ b/graphics/aview/pkg-plist @@ -1,3 +1,5 @@ bin/aview bin/asciiview bin/aaflip +man/man1/asciiview.1.gz +man/man1/aview.1.gz |