mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Update maintainer's email
Respect NOPORTDOCS PR: 34341 Submitted by: maintainer
This commit is contained in:
parent
fc541f479a
commit
d31f522849
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53863
@ -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
|
||||
|
||||
|
@ -1,6 +1,9 @@
|
||||
--- Makefile.in.orig Thu Oct 26 10:25:54 2000
|
||||
+++ Makefile.in Thu Oct 26 23:55:44 2000
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in.orig Wed Aug 29 13:57:11 2001
|
||||
+++ Makefile.in Sun Jan 27 10:19:21 2002
|
||||
@@ -82,7 +82,7 @@
|
||||
man_MANS = scrot.1
|
||||
|
||||
docs_DATA = README AUTHORS ChangeLog TODO
|
||||
@ -9,3 +12,19 @@
|
||||
|
||||
EXTRA_DIST = scrot.spec scrot.1 $(docs_DATA)
|
||||
|
||||
@@ -195,6 +195,7 @@
|
||||
$(MAKE) $(AM_MAKEFLAGS) uninstall-man1
|
||||
|
||||
install-docsDATA: $(docs_DATA)
|
||||
+.if !defined(NO_DOC)
|
||||
@$(NORMAL_INSTALL)
|
||||
$(mkinstalldirs) $(DESTDIR)$(docsdir)
|
||||
@list='$(docs_DATA)'; for p in $$list; do \
|
||||
@@ -206,6 +207,7 @@
|
||||
$(INSTALL_DATA) $$p $(DESTDIR)$(docsdir)/$$p; \
|
||||
fi; fi; \
|
||||
done
|
||||
+.endif
|
||||
|
||||
uninstall-docsDATA:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
|
@ -1,6 +1,7 @@
|
||||
@comment $FreeBSD$
|
||||
bin/scrot
|
||||
share/doc/scrot/AUTHORS
|
||||
share/doc/scrot/ChangeLog
|
||||
share/doc/scrot/README
|
||||
share/doc/scrot/TODO
|
||||
@dirrm share/doc/scrot
|
||||
%%PORTDOCS%%share/doc/scrot/AUTHORS
|
||||
%%PORTDOCS%%share/doc/scrot/ChangeLog
|
||||
%%PORTDOCS%%share/doc/scrot/README
|
||||
%%PORTDOCS%%share/doc/scrot/TODO
|
||||
%%PORTDOCS%%@dirrm share/doc/scrot
|
||||
|
Loading…
Reference in New Issue
Block a user