mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
editors/e3: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
9a5f9c79fc
commit
4cc4debed0
3 changed files with 17 additions and 7 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= e3
|
PORTNAME= e3
|
||||||
PORTVERSION= 2.8
|
PORTVERSION= 2.8
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 3
|
PORTEPOCH= 3
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
MASTER_SITES= http://sites.google.com/site/e3editor/Home/
|
MASTER_SITES= http://sites.google.com/site/e3editor/Home/
|
||||||
|
@ -10,9 +11,9 @@ WWW= http://www.sax.de/~adlibit/
|
||||||
|
|
||||||
BUILD_DEPENDS= nasm:devel/nasm
|
BUILD_DEPENDS= nasm:devel/nasm
|
||||||
|
|
||||||
|
ONLY_FOR_ARCHS= i386
|
||||||
USES= gmake tar:tgz
|
USES= gmake tar:tgz
|
||||||
MAKE_ARGS= OS=FREEBSD
|
MAKE_ARGS= OS=FREEBSD
|
||||||
ONLY_FOR_ARCHS= i386
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e '/SYS_sigaction 46/s/46/342/' ${WRKSRC}/e3.h
|
@${REINPLACE_CMD} -e '/SYS_sigaction 46/s/46/342/' ${WRKSRC}/e3.h
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- ./Makefile.orig 2010-05-27 14:58:59.000000000 -0400
|
--- Makefile.orig 2010-05-27 18:58:59 UTC
|
||||||
+++ ./Makefile 2014-08-05 06:40:07.000000000 -0400
|
+++ Makefile
|
||||||
@@ -7,7 +7,7 @@
|
@@ -7,7 +7,7 @@ OS=LINUX
|
||||||
|
|
||||||
# 2. edit dest dir prefix if you want....
|
# 2. edit dest dir prefix if you want....
|
||||||
|
|
||||||
|
@ -9,7 +9,16 @@
|
||||||
|
|
||||||
# 3. for programmers only: debugging in 64 bit Linux
|
# 3. for programmers only: debugging in 64 bit Linux
|
||||||
DEBUG=false
|
DEBUG=false
|
||||||
@@ -43,7 +43,7 @@
|
@@ -21,7 +21,7 @@ MANSEC='1'
|
||||||
|
|
||||||
|
BINDIR='$(PREFIX)/bin'
|
||||||
|
MANSEC='1'
|
||||||
|
-MANDIR='$(PREFIX)/man/man$(MANSEC)'
|
||||||
|
+MANDIR='$(PREFIX)/share/man/man$(MANSEC)'
|
||||||
|
|
||||||
|
ASOURCES=e3.asm e3.h
|
||||||
|
AFLAGS = -w+orphan-labels -f elf
|
||||||
|
@@ -43,7 +43,7 @@ else
|
||||||
chmod +x e3
|
chmod +x e3
|
||||||
else
|
else
|
||||||
echo $(ASVER)
|
echo $(ASVER)
|
||||||
|
@ -18,7 +27,7 @@
|
||||||
ld -s -o e3 e3.o
|
ld -s -o e3 e3.o
|
||||||
strip --remove-section .comment e3
|
strip --remove-section .comment e3
|
||||||
endif
|
endif
|
||||||
@@ -71,14 +71,14 @@
|
@@ -71,14 +71,14 @@ install: e3
|
||||||
# -------------------------------------------------
|
# -------------------------------------------------
|
||||||
|
|
||||||
install: e3
|
install: e3
|
||||||
|
|
|
@ -4,4 +4,4 @@ bin/e3ne
|
||||||
bin/e3pi
|
bin/e3pi
|
||||||
bin/e3vi
|
bin/e3vi
|
||||||
bin/e3ws
|
bin/e3ws
|
||||||
man/man1/e3.1.gz
|
share/man/man1/e3.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue