aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorChuck Robey <chuckr@FreeBSD.org>1996-08-24 17:02:29 +0000
committerChuck Robey <chuckr@FreeBSD.org>1996-08-24 17:02:29 +0000
commit075e28caf2a1b0cff53fb8922aa0ab13d2070e9d (patch)
tree83240068247c25773166b1d7cadf8ce17a6c4490 /misc
parent5f50e1da426fe9d3f0c21069b1a31f0df45c9c04 (diff)
downloadports-075e28caf2a1b0cff53fb8922aa0ab13d2070e9d.tar.gz
ports-075e28caf2a1b0cff53fb8922aa0ab13d2070e9d.zip
Some Makefile cleanup, pointed out by Satoshi.
Notes
Notes: svn path=/head/; revision=3693
Diffstat (limited to 'misc')
-rw-r--r--misc/unclutter/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/unclutter/Makefile b/misc/unclutter/Makefile
index d14f67e1caf8..e7468ecbb05c 100644
--- a/misc/unclutter/Makefile
+++ b/misc/unclutter/Makefile
@@ -3,12 +3,10 @@
# Date created: 03 Aug 1996
# Whom: shanee@rabbit.augusta.de
#
-# $Id: Makefile,v 1.0 1996/08/03 18:49:00 shanee Exp $
+# $Id: Makefile,v 1.1.1.1 1996/08/24 03:44:09 chuckr Exp $
#
-DISTNAME= unclutter
-EXTRACT_SUFX= -8.tar.gz
-PKGNAME= unclutter-8
+DISTNAME= unclutter-8
MASTER_SITES= ftp://ftp.cs.umn.edu/packages/X11/contrib/utilities/ \
ftp://csg.uwaterloo.ca/pub/lhf/net/ \
ftp://ftp.univ-angers.fr/pub2/X11/contrib/utilities/ \
@@ -19,6 +17,7 @@ CATEGORIES+= misc
MAINTAINER= shanee@rabbit.augusta.de
+WRKSRC= $(WRKDIR)/unclutter
USE_IMAKE= yes
.include <bsd.port.mk>