diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-24 00:58:01 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-24 00:58:01 +0000 |
commit | f52bc642e918e822e7ad11d3aabe9f1f817d3b37 (patch) | |
tree | 30d6e017c2e7061d0acd40077fb9397092fe3a4f /misc/colorls/Makefile | |
parent | 58e3a18725edefb6ca5350843bcb42c8c1eeb5c3 (diff) | |
download | pkgsrc-f52bc642e918e822e7ad11d3aabe9f1f817d3b37.tar.gz |
- Put back FreeBSD RCS Id
- define MAN1
Diffstat (limited to 'misc/colorls/Makefile')
-rw-r--r-- | misc/colorls/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile index f40ab440551..50a5b9b2fc3 100644 --- a/misc/colorls/Makefile +++ b/misc/colorls/Makefile @@ -3,7 +3,8 @@ # Date created: 8 March 1995 # Whom: Satoshi Asami # -# $Id: Makefile,v 1.1.1.1 1997/10/11 21:54:06 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1997/10/24 00:58:01 hubertf Exp $ +# FreeBSD Id: Makefile,v 1.13 1997/04/30 03:18:06 asami Exp # DISTNAME= colorls @@ -16,6 +17,8 @@ MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/ls +MAN1= colorls.1 + pre-patch: ${CP} ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1 |