Index: head/x11/xsnow/scripts/configure =================================================================== --- head/x11/xsnow/scripts/configure (revision 51301) +++ head/x11/xsnow/scripts/configure (nonexistent) @@ -1,11 +0,0 @@ -#!/bin/sh - -cd $WRKSRC || exit 1; - -mv xsnow.c xsnow.c.orig -sed -e 's/^void usleep(usec)/void Xusleep(usec)/' xsnow.c - -echo "BINDIR=$PREFIX/bin" >> Imakefile || exit 1; -echo "MANDIR=$PREFIX/man/man6" >> Imakefile || exit 1; -echo "MANSUFFIX=6" >> Imakefile || exit 1; -exit 0; Property changes on: head/x11/xsnow/scripts/configure ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/x11/xsnow/Makefile =================================================================== --- head/x11/xsnow/Makefile (revision 51301) +++ head/x11/xsnow/Makefile (revision 51302) @@ -1,25 +1,32 @@ # New ports collection makefile for: xsnow # Date created: 12 November 1994 # Whom: jmz # # $FreeBSD$ # PORTNAME= xsnow PORTVERSION= 1.40 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games EXTRACT_SUFX= .tar.Z MAINTAINER= jmz@FreeBSD.org USE_IMAKE= yes MAN6= xsnow.6 + +pre-build: + @cd ${WRKSRC} && ${MV} Makefile Makefile~ && ${SED} \ + -e 's: BINDIR .*:BINDIR=${PREFIX}/bin:' \ + -e 's: MANDIR .*:MANDIR=${PREFIX}/man/man6:' \ + -e 's: MANSUFFIX .*:MANSUFFIX=6:' Makefile pre-install: @${MKDIR} ${PREFIX}/bin @${MKDIR} ${PREFIX}/man/man6 @(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man) .include Property changes on: head/x11/xsnow/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property