aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2018-11-10 18:12:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2018-11-10 18:12:57 +0000
commit7990f810661ef0c3f4870afc67b1eb08684b8dc8 (patch)
treef40cba2ed30c79b84c1d56a779b7139f24d6c36f /editors
parentfa0d2e76ea8e387f084dbd4135979433ed303274 (diff)
downloadports-7990f810661ef0c3f4870afc67b1eb08684b8dc8.tar.gz
ports-7990f810661ef0c3f4870afc67b1eb08684b8dc8.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/flim/Makefile4
-rw-r--r--editors/hte/Makefile1
-rw-r--r--editors/nano-devel/Makefile1
-rw-r--r--editors/nano/Makefile1
-rw-r--r--editors/ne/Makefile2
-rw-r--r--editors/psgml/Makefile2
-rw-r--r--editors/semi/Makefile4
-rw-r--r--editors/slime/Makefile2
-rw-r--r--editors/with-editor/Makefile1
9 files changed, 11 insertions, 7 deletions
diff --git a/editors/flim/Makefile b/editors/flim/Makefile
index cae8c48df4d7..a71f8dda726b 100644
--- a/editors/flim/Makefile
+++ b/editors/flim/Makefile
@@ -3,7 +3,7 @@
PORTNAME= flim
PORTVERSION= 1.14.9
-PORTREVISION= 19
+PORTREVISION= 20
PORTEPOCH= 1
CATEGORIES= editors elisp
MASTER_SITES= http://git.chise.org/elisp/dist/${PORTNAME}/${PORTNAME}-${DISTVERSION:R}/
@@ -43,7 +43,7 @@ post-build:
post-install:
@(cd ${WRKSRC} ; \
for i in mime-en.info mime-ja.info; do \
- ${INSTALL_DATA} ${WRKSRC}/$${i} ${STAGEDIR}${PREFIX}/info ; \
+ ${INSTALL_DATA} ${WRKSRC}/$${i} ${STAGEDIR}${PREFIX}/${INFO_PATH} ; \
done)
post-install-DOCS-on:
diff --git a/editors/hte/Makefile b/editors/hte/Makefile
index a52f2c80dd59..7551cf229e08 100644
--- a/editors/hte/Makefile
+++ b/editors/hte/Makefile
@@ -3,6 +3,7 @@
PORTNAME= hte
PORTVERSION= 2.1.1.g20161206
+PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= rene@FreeBSD.org
diff --git a/editors/nano-devel/Makefile b/editors/nano-devel/Makefile
index 94bf3c2d640a..94ee3d1418a3 100644
--- a/editors/nano-devel/Makefile
+++ b/editors/nano-devel/Makefile
@@ -2,6 +2,7 @@
PORTNAME= nano
PORTVERSION= 2.5.3
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ \
GNU
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index 16b2a6163371..9d8c11bf4eb1 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -3,6 +3,7 @@
PORTNAME= nano
PORTVERSION= 3.1
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ GNU
diff --git a/editors/ne/Makefile b/editors/ne/Makefile
index 4a60207ed398..0c7737ce1a2a 100644
--- a/editors/ne/Makefile
+++ b/editors/ne/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ne
PORTVERSION= 3.1.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= http://ne.di.unimi.it/
diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile
index 3c75342afdce..df6d3f4e80c1 100644
--- a/editors/psgml/Makefile
+++ b/editors/psgml/Makefile
@@ -3,7 +3,7 @@
PORTNAME= psgml
PORTVERSION= 1.4.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= editors elisp
MASTER_SITES= SF/${PORTNAME}/ALPHA%20${PORTNAME}/${PORTVERSION}
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/editors/semi/Makefile b/editors/semi/Makefile
index a09b4ef16609..b184d6bfce35 100644
--- a/editors/semi/Makefile
+++ b/editors/semi/Makefile
@@ -3,7 +3,7 @@
PORTNAME= semi
PORTVERSION= ${SEMI_VER}
-PORTREVISION= 21
+PORTREVISION= 22
CATEGORIES= editors elisp
MASTER_SITES= http://git.chise.org/elisp/dist/semi/semi-1.14-for-flim-1.14/
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
@@ -45,7 +45,7 @@ post-build:
post-install:
@(cd ${WRKSRC} ; \
for i in mime-ui-en.info mime-ui-ja.info; do \
- ${INSTALL_DATA} ${WRKSRC}/$${i} ${STAGEDIR}${PREFIX}/info ; \
+ ${INSTALL_DATA} ${WRKSRC}/$${i} ${STAGEDIR}${PREFIX}/${INFO_PATH} ; \
done)
post-install-DOCS-on:
diff --git a/editors/slime/Makefile b/editors/slime/Makefile
index 0ece4c17d696..97615c60fd77 100644
--- a/editors/slime/Makefile
+++ b/editors/slime/Makefile
@@ -4,7 +4,7 @@
PORTNAME= slime
DISTVERSIONPREFIX= v
DISTVERSION= 2.20
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/editors/with-editor/Makefile b/editors/with-editor/Makefile
index acb0a5e6260c..4dc76b0050cb 100644
--- a/editors/with-editor/Makefile
+++ b/editors/with-editor/Makefile
@@ -4,6 +4,7 @@
PORTNAME= with-editor
DISTVERSIONPREFIX= v
DISTVERSION= 2.8.0
+PORTREVISION= 1
CATEGORIES= editors elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}