diff options
author | agc <agc> | 1998-06-22 12:58:33 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-22 12:58:33 +0000 |
commit | 2a3a9ec9845157197dbf860f341a75e6e46d240e (patch) | |
tree | d4348e0f294c2e984b78663e6958bb9a3bb8fcd8 /textproc/par | |
parent | b7fb421936ca8f551fb2801e9f29ea662560f097 (diff) | |
download | pkgsrc-2a3a9ec9845157197dbf860f341a75e6e46d240e.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'textproc/par')
-rw-r--r-- | textproc/par/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/par/Makefile b/textproc/par/Makefile index 0137971c94d..2b126917935 100644 --- a/textproc/par/Makefile +++ b/textproc/par/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:51 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/06/22 13:12:14 agc Exp $ # FreeBSD Id: Makefile,v 1.2 1997/08/13 06:33:51 asami Exp # @@ -10,7 +10,6 @@ MASTER_SITES= http://www.cs.berkeley.edu/~amc/Par/ MAINTAINER= mark@grondar.za ALL_TARGET= -MAN1= par.1 do-configure: (cd ${WRKSRC}; ${CP} protoMakefile Makefile) |