Clean Makefile. Remove unused vars and target. Simplify patch.

Change maintainer to ports@.
This commit is contained in:
fgsch 1999-12-26 09:49:00 +00:00
parent 7bd05d65aa
commit 97bb94e5c5
2 changed files with 11 additions and 26 deletions

View File

@ -1,10 +1,4 @@
# OpenBSD makefile for: xsnow # $OpenBSD: Makefile,v 1.2 1999/12/26 09:49:00 fgsch Exp $
# Version required: 1.40
# Date created: December 22, 1997
# Whom: Don Schmidt
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/01/24 22:00:47 don Exp $
#
DISTNAME= xsnow-1.40 DISTNAME= xsnow-1.40
CATEGORIES= x11 CATEGORIES= x11
@ -12,13 +6,8 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games MASTER_SITE_SUBDIR= games
EXTRACT_SUFX= .tar.Z EXTRACT_SUFX= .tar.Z
MAINTAINER= don@OpenBSD.ORG MAINTAINER= ports@openbsd.org
USE_IMAKE= yes USE_IMAKE= yes
pre-install:
@${MKDIR} -p ${PREFIX}/bin
@${MKDIR} -p ${PREFIX}/man/cat6
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,13 +1,9 @@
*** Imakefile.orig Mon Dec 22 12:54:33 1997 --- Imakefile.orig Sun Dec 26 06:41:21 1999
--- Imakefile Mon Dec 22 12:54:39 1997 +++ Imakefile Sun Dec 26 06:41:57 1999
*************** @@ -3,5 +3,6 @@
*** 3,7 ****
--- 3,10 ----
DEPLIBS = $(DEPXLIB) DEPLIBS = $(DEPXLIB)
SRCS = xsnow.c snowmap.h vroot.h SRCS = xsnow.c snowmap.h vroot.h
OBJS = xsnow.o OBJS = xsnow.o
+ BINDIR=/usr/X11R6/bin +MANDIR=/usr/X11R6/man/cat6
+ MANDIR=/usr/X11R6/man/cat6
+ MANSUFFIX=6
ComplexProgramTarget(xsnow) ComplexProgramTarget(xsnow)