diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-01-27 17:15:34 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-01-27 17:15:34 +0000 |
commit | a3dc479ac840c23baeabce0de06d3fcdddadc9c9 (patch) | |
tree | cfebf5f597da4db1270c5e13a43ad978c849d64c /graphics/scrot/Makefile | |
parent | e00eab0ce80bd5f011d6ee8f531f4a4456e5b162 (diff) | |
download | FreeBSD-ports-a3dc479ac840c23baeabce0de06d3fcdddadc9c9.zip FreeBSD-ports-a3dc479ac840c23baeabce0de06d3fcdddadc9c9.tar.gz |
Update maintainer's email
Respect NOPORTDOCS
PR: 34341
Submitted by: maintainer
Diffstat (limited to 'graphics/scrot/Makefile')
-rw-r--r-- | graphics/scrot/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile index a20c5c5..d51e0d7 100644 --- a/graphics/scrot/Makefile +++ b/graphics/scrot/Makefile @@ -10,12 +10,17 @@ PORTVERSION= 0.6 CATEGORIES= graphics MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ -MAINTAINER= ishmael27@home.com +MAINTAINER= ishmael27x@yahoo.com LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib -GNU_CONFIGURE= yes USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +.if defined(NOPORTDOCS) +MAKE_ENV= NO_DOC=yes +.endif MAN1= scrot.1 |