summaryrefslogtreecommitdiff
path: root/textproc/rman
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /textproc/rman
parentdc52048e014fdad9bb69ef9db159835a61c8dd4d (diff)
downloadpkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'textproc/rman')
-rw-r--r--textproc/rman/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile
index 751ca965fcd..fe445e3d83f 100644
--- a/textproc/rman/Makefile
+++ b/textproc/rman/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.23 2003/07/17 22:54:48 grant Exp $
+# $NetBSD: Makefile,v 1.24 2004/01/20 12:26:50 agc Exp $
# FreeBSD Id: Makefile,v 1.17 1997/12/08 15:45:27 tg Exp
#
DISTNAME= rman
PKGNAME= rman-3.0.9
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CATEGORIES= textproc
MASTER_SITES= ftp://polyglot.sourceforge.net/pub/polyglotman/ \
http://polyglotman.sourceforge.net/
@@ -13,6 +12,8 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://polyglotman.sourceforge.net/
COMMENT= Produces HTML from formatted and unformatted man pages
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+
.include "../../mk/bsd.prefs.mk"
.if exists(${X11BASE}/bin/rman)