Skip to content

Commit

Permalink
editors/hexer: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
- Pet portclippy

Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 21, 2024
1 parent 7cf7df8 commit 3d947aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions editors/hexer/Makefile
@@ -1,6 +1,6 @@
PORTNAME= hexer
PORTVERSION= 1.0.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= http://devel.ringlet.net/files/editors/hexer/ \
LOCAL/ehaupt
Expand All @@ -14,12 +14,15 @@ LICENSE_NAME= Sascha Demetrio Custom License
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept

MAKE_ARGS= MANDIR=${PREFIX}/share/man/man1
ALL_TARGET= all

OPTIONS_DEFINE= MYC
MYC_DESC= Builtin calculator
OPTIONS_SUB= yes
OPTIONS_DEFAULT=MYC
OPTIONS_SUB= yes

MYC_DESC= Builtin calculator

ALL_TARGET= all
MYC_ALL_TARGET= myc

.include <bsd.port.options.mk>
Expand Down
4 changes: 2 additions & 2 deletions editors/hexer/pkg-plist
@@ -1,4 +1,4 @@
bin/hexer
man/man1/hexer.1.gz
share/man/man1/hexer.1.gz
%%MYC%%bin/myc
%%MYC%%man/man1/myc.1.gz
%%MYC%%share/man/man1/myc.1.gz

0 comments on commit 3d947aa

Please sign in to comment.