Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
4cc4debe
Commit
4cc4debe
authored
10 months ago
by
Christian Weisgerber
Browse files
Options
Downloads
Patches
Plain Diff
editors/e3: Move man pages to share/man
Approved by: portmgr (blanket)
parent
9a5f9c79
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
editors/e3/Makefile
+2
-1
2 additions, 1 deletion
editors/e3/Makefile
editors/e3/files/patch-Makefile
+14
-5
14 additions, 5 deletions
editors/e3/files/patch-Makefile
editors/e3/pkg-plist
+1
-1
1 addition, 1 deletion
editors/e3/pkg-plist
with
17 additions
and
7 deletions
editors/e3/Makefile
+
2
−
1
View file @
4cc4debe
PORTNAME
=
e3
PORTVERSION
=
2.8
PORTREVISION
=
1
PORTEPOCH
=
3
CATEGORIES
=
editors
MASTER_SITES
=
http://sites.google.com/site/e3editor/Home/
...
...
@@ -10,9 +11,9 @@ WWW= http://www.sax.de/~adlibit/
BUILD_DEPENDS
=
nasm:devel/nasm
ONLY_FOR_ARCHS
=
i386
USES
=
gmake
tar
:tgz
MAKE_ARGS
=
OS
=
FREEBSD
ONLY_FOR_ARCHS
=
i386
post-patch
:
@${
REINPLACE_CMD
}
-e
'/SYS_sigaction 46/s/46/342/'
${
WRKSRC
}
/e3.h
...
...
This diff is collapsed.
Click to expand it.
editors/e3/files/patch-Makefile
+
14
−
5
View file @
4cc4debe
---
./
Makefile.orig 2010-05-27 1
4
:58:59
.000000000 -0400
+++
./
Makefile
2014-08-05 06:40:07.000000000 -0400
@@ -7,7 +7,7 @@
--- Makefile.orig 2010-05-27 1
8
:58:59
UTC
+++ Makefile
@@ -7,7 +7,7 @@
OS=LINUX
# 2. edit dest dir prefix if you want....
...
...
@@ -9,7 +9,16 @@
# 3. for programmers only: debugging in 64 bit Linux
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
else
echo $(ASVER)
...
...
@@ -18,7 +27,7 @@
ld -s -o e3 e3.o
strip --remove-section .comment e3
endif
@@ -71,14 +71,14 @@
@@ -71,14 +71,14 @@
install: e3
# -------------------------------------------------
install: e3
...
...
This diff is collapsed.
Click to expand it.
editors/e3/pkg-plist
+
1
−
1
View file @
4cc4debe
...
...
@@ -4,4 +4,4 @@ bin/e3ne
bin/e3pi
bin/e3vi
bin/e3ws
man/man1/e3.1.gz
share/
man/man1/e3.1.gz
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment