freebsd-ports/textproc/topic/Makefile
Piotr Kubaj 332003a160 textproc/topic: fix build with GCC-based architectures
Specifically specify signed char to fix build error on powerpc64.

PR:		237555
Approved by:	email@freebsd.hypermart.net (maintainer timeout), mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D20285
2019-05-20 16:36:24 +00:00

20 lines
491 B
Makefile

# Created by: Michael Sanders <email@freebsd.hypermart.net>
# $FreeBSD$
PORTNAME= topic
PORTVERSION= 1.04
CATEGORIES= textproc
MASTER_SITES= http://freebsd.hypermart.net/code/
MAINTAINER= email@freebsd.hypermart.net
COMMENT= Topic markup parser
LICENSE= BSD2CLAUSE
PLIST_FILES= bin/topic \
man/man1/topic.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/topic ${STAGEDIR}${PREFIX}/bin/topic
${INSTALL_MAN} ${WRKSRC}/topic.1 ${STAGEDIR}${PREFIX}/man/man1/topic.1
.include <bsd.port.mk>