diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-04-29 17:07:57 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-04-29 17:07:57 +0000 |
commit | 5bba6574436f4b023146373a9fe824c4dcd7e0b2 (patch) | |
tree | 1d9826526f2df80d945e95b08263ca984eaaed1d /hebrew | |
parent | bf9a9c511bf4bdcf0e7539333cc38f57a580f7d1 (diff) |
- Port is stage safe
- Remove leading article from COMMENT
- Convert to USES=gmake
Notes
Notes:
svn path=/head/; revision=352635
Diffstat (limited to 'hebrew')
-rw-r--r-- | hebrew/he2/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/hebrew/he2/Makefile b/hebrew/he2/Makefile index f876ef6348ad..20c667482f3c 100644 --- a/hebrew/he2/Makefile +++ b/hebrew/he2/Makefile @@ -8,16 +8,12 @@ CATEGORIES= hebrew editors MASTER_SITES= SF/${PORTNAME}/HebrewEditor/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An editor for editing (primarily LaTeX) Hebrew files +COMMENT= Editor for editing (primarily LaTeX) Hebrew files RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/hebrew:${PORTSDIR}/hebrew/elmar-fonts -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> |