aboutsummaryrefslogtreecommitdiffstats
path: root/security/libident
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 15:58:10 +0800
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 15:58:10 +0800
commit8419c1ad549770d06c8fff79c4c12373c5fb7f47 (patch)
treebfb253ac36a3d7a6bf6105caf81e56ba77666e6e /security/libident
parenta107548d6a11d64d3b5a83b09415ff0613200176 (diff)
downloadfreebsd-ports-8419c1ad549770d06c8fff79c4c12373c5fb7f47.tar.gz
freebsd-ports-8419c1ad549770d06c8fff79c4c12373c5fb7f47.tar.zst
freebsd-ports-8419c1ad549770d06c8fff79c4c12373c5fb7f47.zip
CAT_E_GORIES+= -> CAT_E_GORIES= (*everybody*'s a critic :-))
Converted to new MAN[1-9] Converted to MASTER_SITES= ${MASTER_SITE_PERL_CPAN} where applicable
Notes
Notes: svn path=/head/; revision=4537
Diffstat (limited to 'security/libident')
-rw-r--r--security/libident/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile
index 6747a95d6683..abc79f7b4ce4 100644
--- a/security/libident/Makefile
+++ b/security/libident/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 October 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.2 1995/11/22 13:20:03 asami Exp $
+# $Id: Makefile,v 1.3 1996/09/14 23:15:20 torstenb Exp $
#
DISTNAME= libident-0.19
@@ -13,8 +13,6 @@ MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/
MAINTAINER= torstenb@FreeBSD.ORG
ALL_TARGET= freebsd
-
-post-install:
- gzip -9nf ${PREFIX}/man/man3/ident.3
+MAN3= ident.3
.include <bsd.port.mk>