aboutsummaryrefslogtreecommitdiff
path: root/misc/buffer
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 09:06:37 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 09:06:37 +0000
commit090316dbc14c2b14673d0d368ec85d09c5841a39 (patch)
treed6c413c3547e857d6c61c3d887298be79b3ea7e1 /misc/buffer
parent1cd3d92150c435bd617039c4045455da7a705228 (diff)
downloadports-090316dbc14c2b14673d0d368ec85d09c5841a39.tar.gz
ports-090316dbc14c2b14673d0d368ec85d09c5841a39.zip
Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
Notes
Notes: svn path=/head/; revision=4541
Diffstat (limited to 'misc/buffer')
-rw-r--r--misc/buffer/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/buffer/Makefile b/misc/buffer/Makefile
index 923d94cdbc02..3664c2cb2583 100644
--- a/misc/buffer/Makefile
+++ b/misc/buffer/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 Nov 1995
# Whom: markm
#
-# $Id: Makefile,v 1.4 1995/11/26 10:47:25 asami Exp $
+# $Id: Makefile,v 1.5 1996/11/11 05:49:15 obrien Exp $
#
DISTNAME= buffer-1.17
@@ -13,10 +13,6 @@ MASTER_SITES= ftp://ftp.sun.ac.za/pub/unix/misc/
MAINTAINER= markm@FreeBSD.ORG
NO_WRKSUBDIR= yes
-
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/manl/buffer.l
-.endif
+MANL= buffer.l
.include <bsd.port.mk>