diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile index be855ff4a428..221d01c8f1d8 100644 --- a/devel/cproto/Makefile +++ b/devel/cproto/Makefile @@ -1,17 +1,19 @@ PORTNAME= cproto PORTVERSION= 4.7k +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/cproto/ MAINTAINER= thomas@bsdunix.ch COMMENT= Generate C function prototypes and convert function definitions WWW= https://invisible-island.net/cproto/ LICENSE= PD USES= tar:tgz GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -PLIST_FILES= bin/cproto man/man1/cproto.1.gz +PLIST_FILES= bin/cproto share/man/man1/cproto.1.gz .include