aboutsummaryrefslogtreecommitdiffstats
path: root/misc/mmv
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-03-29 11:28:08 +0800
committerasami <asami@FreeBSD.org>1996-03-29 11:28:08 +0800
commit451101f3853b5884f2f9c2b512bbd5b6ce791a9e (patch)
treecd47c1e8be285c6c2d763ed6177013f9a55f98ff /misc/mmv
parent016631e0881971b506bc58149a9b2bc27ca01b6e (diff)
downloadfreebsd-ports-gnome-451101f3853b5884f2f9c2b512bbd5b6ce791a9e.tar.gz
freebsd-ports-gnome-451101f3853b5884f2f9c2b512bbd5b6ce791a9e.tar.zst
freebsd-ports-gnome-451101f3853b5884f2f9c2b512bbd5b6ce791a9e.zip
Add a pre-clean target to delete patch-0a created by do-extract.
Diffstat (limited to 'misc/mmv')
-rw-r--r--misc/mmv/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile
index 6cca79aca498..299c3b6a3748 100644
--- a/misc/mmv/Makefile
+++ b/misc/mmv/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 Feb 1995
# Whom: Michael Elbel (me)
#
-# $Id: Makefile,v 1.7 1995/10/17 10:17:00 asami Exp $
+# $Id: Makefile,v 1.8 1995/11/26 10:47:58 asami Exp $
#
@@ -15,7 +15,7 @@ DISTFILES= part01.Z part02.Z mmv.pch.Z
MAINTAINER= me@FreeBSD.org
-DISTDIR=${PORTSDIR}/distfiles/${DISTNAME}
+DIST_SUBDIR= ${DISTNAME}
SITE_DISTFILES= volume21/mmv/part01.Z volume21/mmv/part02.Z volume22/mmv.pch.Z
NO_WRKSUBDIR= yes
@@ -75,4 +75,7 @@ do-install:
install ${COPY} -o ${BINOWN} -g ${BINGRP} \
mmv.1.gz ${PREFIX}/man/man1 ; )
+pre-clean:
+ @rm -f ${PATCHDIR}/patch-0a # created by do-extract above
+
.include <bsd.port.mk>