diff options
author | agc <agc> | 1997-10-24 14:36:06 +0000 |
---|---|---|
committer | agc <agc> | 1997-10-24 14:36:06 +0000 |
commit | d4600f1f883f7acb417b5a6e6e55ab78918b6adf (patch) | |
tree | 49cc47a3a4c85eb6210b333546dc2c33e93a82aa /shells/es | |
parent | 031c72a540fdcc5c6dddf7dbc5782cf261d2216f (diff) | |
download | pkgsrc-d4600f1f883f7acb417b5a6e6e55ab78918b6adf.tar.gz |
Add NetBSD RCS Id.
The (patched) package installs its manual page gzipped, so set
MANCOMPRESSED.
Diffstat (limited to 'shells/es')
-rw-r--r-- | shells/es/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shells/es/Makefile b/shells/es/Makefile index 7266de1668e..b2b66219f39 100644 --- a/shells/es/Makefile +++ b/shells/es/Makefile @@ -1,3 +1,4 @@ +# $NetBSD: Makefile,v 1.2 1997/10/24 14:36:06 agc Exp $ # New ports collection makefile for: es # Version required: 0.9a1 # Date created: Sun Aug 13 12:36:14 CDT 1995 @@ -13,4 +14,6 @@ MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/ MAINTAINER= erich@FreeBSD.org +MANCOMPRESSED= yes + .include <bsd.port.mk> |