diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-05-14 09:07:19 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-05-14 09:07:19 +0000 |
commit | a4cbb5f83cb72c2220a697f8c685d75f24928e86 (patch) | |
tree | 6940814f2363ba5effed86d21b5b42da46dfcac5 /graphics/xfig/Makefile | |
parent | c00060a304f5f31d6f740421f74d680e7e11b524 (diff) | |
download | ports-a4cbb5f83cb72c2220a697f8c685d75f24928e86.tar.gz ports-a4cbb5f83cb72c2220a697f8c685d75f24928e86.zip |
Notes
Diffstat (limited to 'graphics/xfig/Makefile')
-rw-r--r-- | graphics/xfig/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index b8d7eb717386..25fd0f069d75 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -3,6 +3,7 @@ PORTNAME= xfig PORTVERSION= 3.2.5c +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/mcj/mcj-source/ DISTNAME= ${PORTNAME}.${PORTVERSION}.full @@ -23,8 +24,6 @@ USES= imake USE_XORG= ice sm x11 xaw xext xi xmu xpm xt USE_CSTD= gnu89 CFLAGS+= -Wno-return-type -MAN1= xfig.1 -MANCOMPRESSED= yes MAKE_ENV+= DOCSDIR=${DOCSDIR} CHMOD=${CHMOD} TAR=${TAR} MAKE_ARGS+= INSTALLFLAGS="${COPY}" \ @@ -36,7 +35,6 @@ OPTIONS_DEFINE= GHOSTSCRIPT I18N DOCS OPTIONS_DEFAULT= GHOSTSCRIPT I18N I18N_DESC= I18N support and Japanese docs -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} |