From 97bb94e5c5422ca9b26cab16e90870b51957400f Mon Sep 17 00:00:00 2001 From: fgsch Date: Sun, 26 Dec 1999 09:49:00 +0000 Subject: [PATCH] Clean Makefile. Remove unused vars and target. Simplify patch. Change maintainer to ports@. --- x11/xsnow/Makefile | 15 ++------------- x11/xsnow/patches/patch-aa | 22 +++++++++------------- 2 files changed, 11 insertions(+), 26 deletions(-) diff --git a/x11/xsnow/Makefile b/x11/xsnow/Makefile index 595fadffbf6..3ff86a2c338 100644 --- a/x11/xsnow/Makefile +++ b/x11/xsnow/Makefile @@ -1,10 +1,4 @@ -# OpenBSD makefile for: xsnow -# 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 $ -# +# $OpenBSD: Makefile,v 1.2 1999/12/26 09:49:00 fgsch Exp $ DISTNAME= xsnow-1.40 CATEGORIES= x11 @@ -12,13 +6,8 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games EXTRACT_SUFX= .tar.Z -MAINTAINER= don@OpenBSD.ORG +MAINTAINER= ports@openbsd.org USE_IMAKE= yes -pre-install: - @${MKDIR} -p ${PREFIX}/bin - @${MKDIR} -p ${PREFIX}/man/cat6 - @(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man) - .include diff --git a/x11/xsnow/patches/patch-aa b/x11/xsnow/patches/patch-aa index ab7074df9bf..ae709c930e3 100644 --- a/x11/xsnow/patches/patch-aa +++ b/x11/xsnow/patches/patch-aa @@ -1,13 +1,9 @@ -*** Imakefile.orig Mon Dec 22 12:54:33 1997 ---- Imakefile Mon Dec 22 12:54:39 1997 -*************** -*** 3,7 **** ---- 3,10 ---- - DEPLIBS = $(DEPXLIB) - SRCS = xsnow.c snowmap.h vroot.h - OBJS = xsnow.o -+ BINDIR=/usr/X11R6/bin -+ MANDIR=/usr/X11R6/man/cat6 -+ MANSUFFIX=6 - - ComplexProgramTarget(xsnow) +--- Imakefile.orig Sun Dec 26 06:41:21 1999 ++++ Imakefile Sun Dec 26 06:41:57 1999 +@@ -3,5 +3,6 @@ + DEPLIBS = $(DEPXLIB) + SRCS = xsnow.c snowmap.h vroot.h + OBJS = xsnow.o ++MANDIR=/usr/X11R6/man/cat6 + + ComplexProgramTarget(xsnow)