summaryrefslogtreecommitdiff
path: root/print/c2ps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/c2ps/Makefile')
-rw-r--r--print/c2ps/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/c2ps/Makefile b/print/c2ps/Makefile
index bc7d1c323667..3566d3e16347 100644
--- a/print/c2ps/Makefile
+++ b/print/c2ps/Makefile
@@ -6,17 +6,17 @@ PORTVERSION= 4.0
PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= http://www.cs.technion.ac.il/users/c2ps/
-DISTNAME= c2ps-${PORTVERSION}
MAINTAINER= hrs@FreeBSD.org
COMMENT= A PostScript pretty-printer for C source
LIB_DEPENDS= paper:${PORTSDIR}/print/libpaper
-MAKE_ENV= CCFLAGS="${CFLAGS} -I${LOCALBASE}/include"
-MAN1= c2ps.1
+CPPFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= bin/c2ps
+MAN1= c2ps.1
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/c2ps ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/c2ps.1 ${MANPREFIX}/man/man1