diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:58:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:58:33 +0000 |
commit | 988019b0161173d9185365a43313f01b0fdb5e3d (patch) | |
tree | d4348e0f294c2e984b78663e6958bb9a3bb8fcd8 /news/suck | |
parent | daa3dd519ae7d2f2b965e1cc9ca7cd78fa7ad24c (diff) | |
download | pkgsrc-988019b0161173d9185365a43313f01b0fdb5e3d.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'news/suck')
-rw-r--r-- | news/suck/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/news/suck/Makefile b/news/suck/Makefile index 19cda484072..8fe7f0be330 100644 --- a/news/suck/Makefile +++ b/news/suck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/04/28 11:05:52 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/06/22 13:00:14 agc Exp $ # DISTNAME= suck-3.9.3 @@ -12,8 +12,6 @@ MAINTAINER= root@garbled.net HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${LOCALBASE} -MAN1= rpost.1 suck.1 testhost.1 lmove.1 - post-patch: @${CAT} ${WRKSRC}/Makefile.in | ${SED} \ -e 's+%%%HISTORY%%%+'${LOCALBASE}'/etc/news/history+g' \ |