1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Mark as only for the various Intel chips. Pet portlint. No objection

from: maintainer.

PR:		ports/60178
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
This commit is contained in:
Mark Linimon 2003-12-15 06:57:15 +00:00
parent 9ea895873f
commit 2e1ad914a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95842

View File

@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= gforth
MAINTAINER= cyrille.lefevre@laposte.net
COMMENT= Fast and portable Forth system
ONLY_FOR_ARCHS= i386 amd64 ia64
# Global variables
#
@ -69,19 +71,19 @@ post-install: install-doc install-el remove-empty-files remove-empty-dirs
install-doc:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.for filename in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${filename} ${DOCSDIR}
.endfor
.endif
install-el:
.for file in ${EMACS_FILES}
@${INSTALL_DATA} ${WRKSRC}/${file} ${EMACS_DIR}
.for filename in ${EMACS_FILES}
@${INSTALL_DATA} ${WRKSRC}/${filename} ${EMACS_DIR}
.endfor
remove-empty-files:
.for file in ${EMPTY_FILES}
@${RM} -f ${FORTH_DIR}/${file}
.for filename in ${EMPTY_FILES}
@${RM} -f ${FORTH_DIR}/${filename}
.endfor
remove-empty-dirs: