aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-09-04 00:24:49 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-09-04 00:24:49 +0800
commit78f32cc57bd6b02dac89eec53b115356a5ccfb5f (patch)
treebd36d417348aa64fcc9de3628c8a8b08e9809a1b /textproc
parent2bc972c799a69c4acd1e858cafc8dabb4ba6ebb9 (diff)
downloadfreebsd-ports-gnome-78f32cc57bd6b02dac89eec53b115356a5ccfb5f.tar.gz
freebsd-ports-gnome-78f32cc57bd6b02dac89eec53b115356a5ccfb5f.tar.zst
freebsd-ports-gnome-78f32cc57bd6b02dac89eec53b115356a5ccfb5f.zip
- Add NO_ARCH
- Use BROKEN_RUBY22 - Fix indent
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-deplate/Makefile36
1 files changed, 16 insertions, 20 deletions
diff --git a/textproc/ruby-deplate/Makefile b/textproc/ruby-deplate/Makefile
index 454f50ba4cbb..c8a4d3ec482e 100644
--- a/textproc/ruby-deplate/Makefile
+++ b/textproc/ruby-deplate/Makefile
@@ -1,32 +1,28 @@
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
-PORTNAME= deplate
-PORTVERSION= 0.8.5
-CATEGORIES= textproc ruby
-MASTER_SITES= SF
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DIST_SUBDIR= ruby
+PORTNAME= deplate
+PORTVERSION= 0.8.5
+CATEGORIES= textproc ruby
+MASTER_SITES= SF
+PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
+DIST_SUBDIR= ruby
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Ruby tool for converting wiki-like markup
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby tool for converting wiki-like markup
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
-WRKSRC= ${WRKDIR}/${PORTNAME}
+BROKEN_RUBY22= yes
+NO_ARCH= yes
USES= zip
-USE_RUBY= yes
-USE_RUBY_SETUP= yes
-
-.include <bsd.port.pre.mk>
+USE_RUBY= yes
+USE_RUBY_SETUP= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}
post-build:
${RM} -r ${WRKSRC}/lib/deplate/themes/navbar-right.html
-.if ${RUBY_VER} >= 2.2
-BROKEN= Does not build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>