diff --git a/misc/team/Makefile b/misc/team/Makefile index 8e4049d149cd..a14ed9d5afa8 100644 --- a/misc/team/Makefile +++ b/misc/team/Makefile @@ -1,15 +1,15 @@ PORTNAME= team PORTVERSION= 3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= LOCAL/joerg MAINTAINER= joerg@FreeBSD.org COMMENT= Portable multi-buffered tape streaming utility USES= uidfix PLIST_FILES= bin/team \ - man/man1/team.1.gz + share/man/man1/team.1.gz .include diff --git a/misc/team/files/patch-a b/misc/team/files/patch-a index af58ef65d7f4..7f0a6fdb9be8 100644 --- a/misc/team/files/patch-a +++ b/misc/team/files/patch-a @@ -1,33 +1,33 @@ --- Makefile.dist Sat Jul 1 08:33:24 1995 +++ Makefile Sun Mar 15 12:37:16 1998 @@ -1,25 +1,8 @@ -CFLAGS =-O -LDFLAGS =-s +PROG= team -INSTX =install -m 0755 -s -INSTD =install -m 0644 +BINDIR= ${PREFIX}/bin -+MANDIR= ${PREFIX}/man/man ++MANDIR= ${PREFIX}/share/man/man -DEST= +CFLAGS+= -DHAVE_PARAM_H -DHAVE_WAIT_H -MI =$(DEST)/usr/ -MD =$(DEST)/usr/ - -M1X =1 - -BIND =$(MD)bin/ -MANI =$(MI)man - -MANI1 =$(MANI)$(M1X)/ - -all: team - -clean:: - rm -f team team.o - -$(BIND)team: team; $(INSTX) $? $@ -$(MANI1)team.$(M1X): team.1; $(INSTD) $? $@ +.include