summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-03-14 20:23:50 +0000
committertv <tv@pkgsrc.org>2005-03-14 20:23:50 +0000
commit0d32597e472c089894f0507dfd64160771709faa (patch)
tree5e55e034e2b32026465eda512cd0310de0b40ecd /security
parentbea5691886a7a7593cc5600f087b6212b843ef6e (diff)
downloadpkgsrc-0d32597e472c089894f0507dfd64160771709faa.tar.gz
There's no need to manually format and install a nroffed manpage.
Install the source and let man(1) do it. (Since this code is actually all commented out, no PKGREVISION bump.)
Diffstat (limited to 'security')
-rw-r--r--security/gpg2dot/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/security/gpg2dot/Makefile b/security/gpg2dot/Makefile
index 60d0ce49572..7574bf8f966 100644
--- a/security/gpg2dot/Makefile
+++ b/security/gpg2dot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/03/03 22:43:49 agc Exp $
+# $NetBSD: Makefile,v 1.6 2005/03/14 20:23:50 tv Exp $
#
DISTNAME= gpg2dot-1.4
@@ -20,16 +20,6 @@ NO_CONFIGURE= yes
DISTVER= ${DISTNAME:S/gpg2dot-//}
WRKSRC= ${WRKDIR}
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "SunOS"
-# This doesn't create readable manual pages. "mandoc" should be added
-# to zoularis.
-NROFF= nroff -man
-.else
-NROFF= nroff -mandoc
-.endif
-
do-extract:
${CP} ${FILESDIR}/gpg2dot.pl ${WRKSRC}/gpg2dot.pl
# ${CP} ${FILESDIR}/gpg2dot.1 ${WRKSRC}/gpg2dot.1.in
@@ -45,12 +35,10 @@ do-build:
# ${SED} -e '' \
# < ${WRKSRC}/${FILE}.1.in \
# > ${WRKSRC}/${FILE}.1
-# ${NROFF} ${WRKSRC}/${FILE}.1 >${WRKSRC}/${FILE}.0
#.endfor
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/gpg2dot ${PREFIX}/bin/gpg2dot
-# ${INSTALL_MAN} ${WRKSRC}/gpg2dot.0 ${PREFIX}/man/cat1
# ${INSTALL_MAN} ${WRKSRC}/gpg2dot.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"