diff options
Diffstat (limited to 'net-mgmt/pixilate/Makefile')
-rw-r--r-- | net-mgmt/pixilate/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile index 0cd23801b10a..9aad745ba356 100644 --- a/net-mgmt/pixilate/Makefile +++ b/net-mgmt/pixilate/Makefile @@ -24,13 +24,15 @@ LIBS= `${LIBNET_CONFIG} --libs` GNU_CONFIGURE= yes USE_AUTOCONF_VER= 253 USE_AUTOMAKE_VER= 15 -USE_SIZE= yes AUTOMAKE_ARGS= --add-missing CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" CPPFLAGS="-I${LOCALBASE}/include" MAN1= pixilate.1 +PORTDOCS= README +PLIST_FILES= bin/pixilate + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |