diff --git a/sysutils/zeroer/Makefile b/sysutils/zeroer/Makefile index c1181290442d..7de483d09723 100644 --- a/sysutils/zeroer/Makefile +++ b/sysutils/zeroer/Makefile @@ -15,11 +15,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpopt.so:devel/popt +USES= localbase:ldflags PLIST_FILES= bin/zeroer man/man1/zeroer.1.gz PORTDOCS= README -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lpopt +LDFLAGS+= -lpopt OPTIONS_DEFINE= DOCS @@ -30,6 +30,8 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/zeroer/pkg-descr b/sysutils/zeroer/pkg-descr index aaf30892a655..3cf5551bad79 100644 --- a/sysutils/zeroer/pkg-descr +++ b/sysutils/zeroer/pkg-descr @@ -7,4 +7,4 @@ The utility's principle consists in writing huge zero-padded memory blocks to a file. To a certain extent this works similar to dd, however zeroer dynamically reduces the blockwriter's buffer size when the filesystem is going to be full. -WWW: http://critical.ch/zeroer/ +WWW: https://critical.ch/zeroer/