Skip to content

Commit

Permalink
devel/bcc: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Mar 29, 2024
1 parent 3aad6b2 commit e875b82
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion devel/bcc/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= bcc
PORTVERSION= 1995.03.12
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel lang
MASTER_SITES= LOCAL/joerg
DISTNAME= ${PORTNAME}
Expand Down
2 changes: 1 addition & 1 deletion devel/bcc/files/Makefile.bcc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ SRCS = bcc.c
PROG = bcc

BINDIR = ${LOCALPREFIX}/bin
MANDIR = ${LOCALPREFIX}/man/man
MANDIR = ${LOCALPREFIX}/share/man/man

.include <bsd.prog.mk>
2 changes: 1 addition & 1 deletion devel/bcc/files/patch-as
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
-scan.o: const.h type.h globvar.h scan.h
-table.o: const.h type.h globvar.h opcode.h scan.h
+BINDIR = ${LOCALPREFIX}/bin
+MANDIR = ${LOCALPREFIX}/man/man
+MANDIR = ${LOCALPREFIX}/share/man/man
+
+
+.include <bsd.prog.mk>
Expand Down
2 changes: 1 addition & 1 deletion devel/bcc/files/patch-bcc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
-clean:
- rm -f bcc bcc09 ccc
+BINDIR = ${LOCALPREFIX}/lib/bcc
+MANDIR = ${LOCALPREFIX}/man/man
+MANDIR = ${LOCALPREFIX}/share/man/man
+
+beforeinstall:
+ -mkdir -p ${DESTDIR}${LOCALPREFIX}/lib/bcc
Expand Down
2 changes: 1 addition & 1 deletion devel/bcc/files/patch-ld
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
-typeconv.o: typeconv.c const.h config.h type.h globvar.h
-writebin.o: writebin.c const.h config.h obj.h type.h globvar.h
+BINDIR =${LOCALPREFIX}/bin
+MANDIR =${LOCALPREFIX}/man/man
+MANDIR =${LOCALPREFIX}/share/man/man
+
+beforeinstall:
+ -mkdir -p ${DESTDIR}${BINDIR}
Expand Down
8 changes: 4 additions & 4 deletions devel/bcc/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ bin/as86
bin/ld86
bin/bcc
lib/bcc/bcc-cc1
man/man1/as86.1.gz
man/man1/bcc-cc1.1.gz
man/man1/bcc.1.gz
man/man1/ld86.1.gz
share/man/man1/as86.1.gz
share/man/man1/bcc-cc1.1.gz
share/man/man1/bcc.1.gz
share/man/man1/ld86.1.gz

0 comments on commit e875b82

Please sign in to comment.