diff --git a/shells/v7sh/Makefile b/shells/v7sh/Makefile index edb955556dfb..e417a12dc4ba 100644 --- a/shells/v7sh/Makefile +++ b/shells/v7sh/Makefile @@ -1,43 +1,43 @@ PORTNAME= v7sh PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MASTER_SITES= https://BSDforge.com/projects/source/shells/v7sh/ DISTFILES= args.c blok.c brkincr.h builtin.c cmd.c \ ctype.c ctype.h defs.h error.c expand.c \ fault.c io.c mac.h macro.c main.c mode.h \ msg.c name.c name.h print.c service.c \ setbrk.c stak.c stak.h string.c sym.h \ timeout.h word.c xec.c sh.1 DIST_SUBDIR= ${PORTNAME} MAINTAINER= portmaster@BSDforge.com COMMENT= Implementation of the UNIX 7th Edition shell WWW= http://minnie.tuhs.org/UnixTree/V7/ BROKEN_aarch64= Fails to link: missing sbrk BROKEN_riscv64= Fails to link: missing sbrk USES= uidfix EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKSRC} NO_WRKSUBDIR= yes OPTIONS_DEFINE= SYSIII RENO ULTRIX OPTIONS_DEFAULT= SYSIII RENO ULTRIX SYSIII_DESC= System III enhancements RENO_DESC= 4.3BSD-Reno enhancements ULTRIX_DESC= Ultrix 3.1 enhancements SYSIII_CFLAGS= -DSYSIII RENO_CFLAGS= -DRENO ULTRIX_CFLAGS= -DULTRIX post-extract: @${MV} ${WRKSRC}/sh.1 ${WRKSRC}/${PORTNAME}.1 @${CP} ${FILESDIR}/Makefile ${WRKSRC} @${CP} ${FILESDIR}/test.c ${WRKSRC} # sysIII @${CP} ${FILESDIR}/pathnames.h ${WRKSRC} # 43reno .include diff --git a/shells/v7sh/files/Makefile b/shells/v7sh/files/Makefile index 8a26e6001d34..ba6d108f9713 100644 --- a/shells/v7sh/files/Makefile +++ b/shells/v7sh/files/Makefile @@ -1,19 +1,19 @@ PREFIX?= /usr/local BINDIR?= ${PREFIX}/bin -MANDIR?= ${PREFIX}/man/man +MANDIR?= ${PREFIX}/share/man/man PROG= v7sh SRCS= args.c blok.c builtin.c cmd.c ctype.c error.c expand.c \ fault.c io.c macro.c main.c msg.c name.c print.c service.c \ setbrk.c stak.c string.c test.c word.c xec.c #CFLAGS+= -DSYSIII #CFLAGS+= -DRENO #CFLAGS+= -DULTRIX CWARNFLAGS?= -ansi -Wbad-function-cast WARNS?= 6 MK_WERROR=no WFORMAT=0 .include diff --git a/shells/v7sh/pkg-plist b/shells/v7sh/pkg-plist index 1e2a32315f0b..b086bcba89de 100644 --- a/shells/v7sh/pkg-plist +++ b/shells/v7sh/pkg-plist @@ -1,2 +1,2 @@ @shell bin/v7sh -man/man1/v7sh.1.gz +share/man/man1/v7sh.1.gz