svn commit: r341281 - in head/textproc/filepp: . files
Mathieu Arnold
mat at FreeBSD.org
Sun Jan 26 20:37:51 UTC 2014
Author: mat
Date: Sun Jan 26 20:37:49 2014
New Revision: 341281
URL: http://svnweb.freebsd.org/changeset/ports/341281
QAT: https://qat.redports.org/buildarchive/r341281/
Log:
Convert to staging.
Sponsored by: Absolight
Added:
head/textproc/filepp/files/
head/textproc/filepp/files/patch-Makefile.in (contents, props changed)
Modified:
head/textproc/filepp/Makefile
head/textproc/filepp/pkg-plist
Modified: head/textproc/filepp/Makefile
==============================================================================
--- head/textproc/filepp/Makefile Sun Jan 26 20:37:06 2014 (r341280)
+++ head/textproc/filepp/Makefile Sun Jan 26 20:37:49 2014 (r341281)
@@ -9,11 +9,13 @@ MASTER_SITES= http://www-users.york.ac.u
MAINTAINER= ports at FreeBSD.org
COMMENT= A generic file preprocessor
-USES= perl5
+USES= perl5 shebangfix
GNU_CONFIGURE= yes
NO_BUILD= yes
+CONFIGURE_ENV= PERL=${PERL}
-MAN1= filepp.1
+post-patch:
+ @${REINPLACE_CMD} -e 's|$$(moduledir)|$$(DESTDIR)$$(moduledir)|' \
+ ${WRKSRC}/modules/*/Makefile.in
-NO_STAGE= yes
.include <bsd.port.mk>
Added: head/textproc/filepp/files/patch-Makefile.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/filepp/files/patch-Makefile.in Sun Jan 26 20:37:49 2014 (r341281)
@@ -0,0 +1,19 @@
+--- ./Makefile.in.orig 2014-01-26 20:31:47.000000000 +0000
++++ ./Makefile.in 2014-01-26 20:32:23.000000000 +0000
+@@ -130,11 +130,11 @@
+
+ # installation
+ install: $(FILEPP) $(FILEPPMAN)
+- @$(MKDIR) $(bindir)
+- $(INSTALL) $(FILEPP) $(bindir)
+- @$(MKDIR) $(mandir)/man1
+- $(INSTALL) -m 644 $(FILEPPMAN) $(mandir)/man1
+- $(MKDIR) $(moduledir)
++ @$(MKDIR) $(DESTDIR)$(bindir)
++ $(INSTALL) $(FILEPP) $(DESTDIR)$(bindir)
++ @$(MKDIR) $(DESTDIR)$(mandir)/man1
++ $(INSTALL) -m 644 $(FILEPPMAN) $(DESTDIR)$(mandir)/man1
++ $(MKDIR) $(DESTDIR)$(moduledir)
+ $(MAKE) dirmake DIRECTORIES="$(module_subdirs)" TARGET=install
+
+ # distribution
Modified: head/textproc/filepp/pkg-plist
==============================================================================
--- head/textproc/filepp/pkg-plist Sun Jan 26 20:37:06 2014 (r341280)
+++ head/textproc/filepp/pkg-plist Sun Jan 26 20:37:49 2014 (r341281)
@@ -1,4 +1,5 @@
bin/filepp
+man/man1/filepp.1.gz
%%DATADIR%%/modules/bigdef.pm
%%DATADIR%%/modules/bigfunc.pm
%%DATADIR%%/modules/blc.pm
More information about the svn-ports-all
mailing list