diff options
Diffstat (limited to 'devel/ucpp/Makefile')
-rw-r--r-- | devel/ucpp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ucpp/Makefile b/devel/ucpp/Makefile index cb6fbf64e7cb..2cef6da9e06f 100644 --- a/devel/ucpp/Makefile +++ b/devel/ucpp/Makefile @@ -14,7 +14,8 @@ MASTER_SITES= http://pornin.nerim.net/ucpp/ MAINTAINER= ports@FreeBSD.org COMMENT= A C preprocessor and lexer -MAN1= ucpp.1 +MAN1= ucpp.1 +PLIST_FILES= bin/ucpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin |