summaryrefslogtreecommitdiff
path: root/www/screws/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2012-01-26 15:00:25 +0000
committerjoerg <joerg>2012-01-26 15:00:25 +0000
commita94a365701de3b675944f5201352b55a5f9fa380 (patch)
treeff0f9379782f4085457669aec16320e353aedd51 /www/screws/Makefile
parentc8a7ec5cc8d74b5cc74097796b464df4767315ad (diff)
downloadpkgsrc-a94a365701de3b675944f5201352b55a5f9fa380.tar.gz
Give up trying to patch man pages into shape and just do a basic fixup
in the literal copy. The original is just too bogus. Bump revision.
Diffstat (limited to 'www/screws/Makefile')
-rw-r--r--www/screws/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/www/screws/Makefile b/www/screws/Makefile
index 6f75fc8c1ce..681d1e34234 100644
--- a/www/screws/Makefile
+++ b/www/screws/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2012/01/23 00:31:17 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2012/01/26 15:00:25 joerg Exp $
#
DISTNAME= screws-0.56
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= www
MASTER_SITES= ftp://ftp.nopcode.org/prj/screws/
@@ -33,11 +33,6 @@ REPLACE_PERL+= src/Exec/perl.pl
REPLACE_PERL+= src/Exec/perl/*.pl
REPLACE_PERL+= src/Exec/perl/htdocs/example.x
-SUBST_CLASSES+= mdoc
-SUBST_FILES.mdoc= doc/manpage/*.[158]
-SUBST_SED.mdoc+= -e '/^$$/d'
-SUBST_STAGE.mdoc= pre-patch
-
RCD_SCRIPTS= screws
RCD_SCRIPT_SRC.screws= ${WRKSRC}/src/Utils/files/screws.sh
@@ -58,6 +53,9 @@ BUILD_DEFS+= VARBASE
# something very similar.
CHECK_INTERPRETER_SKIP+= *.hsml
+post-extract:
+ ${CP} ${FILESDIR}/*.[158] ${WRKSRC}/doc/manpage/
+
.include "options.mk"
.include "../../mk/bsd.pkg.mk"