diff --git a/editors/tweak/Makefile b/editors/tweak/Makefile index ebd674f35270..4a2abc3a35de 100644 --- a/editors/tweak/Makefile +++ b/editors/tweak/Makefile @@ -9,12 +9,10 @@ MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= An efficient hex editor -MAN1= tweak.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/tweak +PLIST_FILES= bin/tweak \ + man/man1/tweak.1.gz MAKEFILE= ${FILESDIR}/Makefile.in MAKE_ENV+= BINDIR="${LOCALBASE}/bin" MANDIR="${PREFIX}/man/man" -NO_STAGE= yes .include diff --git a/graphics/quat/Makefile b/graphics/quat/Makefile index 58b3b03c5633..bfb3c201b87c 100644 --- a/graphics/quat/Makefile +++ b/graphics/quat/Makefile @@ -21,7 +21,6 @@ CONFIGURE_ARGS= --disable-gui \ PORTDOCS= * PLIST_FILES= bin/quat-txt -NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} @@ -43,10 +42,8 @@ post-patch: ${WRKSRC}/Makefile.in post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) -.endif .include diff --git a/misc/cave/Makefile b/misc/cave/Makefile index f227270ee720..4837ddede72f 100644 --- a/misc/cave/Makefile +++ b/misc/cave/Makefile @@ -11,10 +11,9 @@ COMMENT= Character Animation Viewer for Everyone GNU_CONFIGURE= yes -MAN1= ${PORTNAME}.1 -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} \ + man/man1/cave.1.gz -NO_STAGE= yes post-patch: @${LN} -sf ${PORTNAME}.man ${WRKSRC}/doc/${PORTNAME}.1