svn commit: r558984 - head/emulators/tilem

Alexey Dokuchaev danfe at FreeBSD.org
Wed Dec 23 12:13:40 UTC 2020


Author: danfe
Date: Wed Dec 23 12:13:39 2020
New Revision: 558984
URL: https://svnweb.freebsd.org/changeset/ports/558984

Log:
  - Install the standard set of documentation files
  - Take back maintainership relinquished in r298877

Modified:
  head/emulators/tilem/Makefile

Modified: head/emulators/tilem/Makefile
==============================================================================
--- head/emulators/tilem/Makefile	Wed Dec 23 11:48:03 2020	(r558983)
+++ head/emulators/tilem/Makefile	Wed Dec 23 12:13:39 2020	(r558984)
@@ -7,7 +7,7 @@ PORTREVISION=	4
 CATEGORIES=	emulators
 MASTER_SITES=	SF
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	danfe at FreeBSD.org
 COMMENT=	Texas Instruments Z80 series calculator emulator
 
 LICENSE=	GPLv3
@@ -20,10 +20,17 @@ CONFIGURE_ENV=	OPT_CFLAGS=" "	# Inhibit -O3, our defau
 USE_GNOME=	gtk20
 INSTALLS_ICONS=	yes
 LIBS+=		-lm
+PORTDOCS=	CHANGELOG KEYS NEWS README THANKS TODO
 
+OPTIONS_DEFINE=	DOCS
+
 # Unbreak parallel builds (-jX)
 post-patch:
 	@${REINPLACE_CMD} -E 's,cd (.+) && (\$$\(MAKE\)),\2 -C \1,' \
 		${WRKSRC}/Makefile.in
+
+post-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list