summaryrefslogtreecommitdiff
path: root/comms/lrzsz/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 03:01:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 03:01:21 +0000
commitfe5b7da7740ec43483458ef42c6e8f3b53c4902d (patch)
treedd4aac2e64c7203101293c618f147ea71478f661 /comms/lrzsz/Makefile
parentUpgrade LSOF to version 3.81. (diff)
CAT_E_GORIES+= -> CAT_E_GORIES=
Added MAINTAINER's to some, switched to new MAN[1-8]
Notes
Notes: svn path=/head/; revision=4529
Diffstat (limited to 'comms/lrzsz/Makefile')
-rw-r--r--comms/lrzsz/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile
index 8b2af1e2ecf9..a872ba3ddf3b 100644
--- a/comms/lrzsz/Makefile
+++ b/comms/lrzsz/Makefile
@@ -4,20 +4,16 @@
# Date created: 29 Sept 1996
# Whom: David O'Brien <obrien@cs.ucdavis.edu>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/11/03 03:20:23 obrien Exp $
DISTNAME= lrzsz-0.12.11
-CATEGORIES+= comms
+CATEGORIES= comms
MASTER_SITES= ftp://ftp.ihg.uni-duisburg.de/uwe/
MAINTAINER= obrien@cs.ucdavis.edu
GNU_CONFIGURE= yes
USE_GMAKE= yes
-
-post-install:
- ${COMPRESS_MAN} \
- ${PREFIX}/man/man1/lrz.1 \
- ${PREFIX}/man/man1/lsz.1
+MAN1= lrz.1 lsz.1
.include <bsd.port.mk>