diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-27 17:15:34 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-27 17:15:34 +0000 |
commit | d31f52284919613269ca8a5396587ad525303f63 (patch) | |
tree | e230a94136795313cf42ee1f9f9cfd752e1a7811 /graphics/scrot/Makefile | |
parent | fc541f479ae61d73761c04c382161784395c654a (diff) |
Update maintainer's email
Respect NOPORTDOCS
PR: 34341
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=53863
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 a20c5c56bf13..d51e0d7c6e6f 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 |