Date: Thu, 19 Jun 2014 13:14:34 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358408 - in head/math/x12arima: . files Message-ID: <201406191314.s5JDEY5w030936@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Thu Jun 19 13:14:34 2014 New Revision: 358408 URL: http://svnweb.freebsd.org/changeset/ports/358408 QAT: https://qat.redports.org/buildarchive/r358408/ Log: Stagify. Approved by: portmgr@ Modified: head/math/x12arima/Makefile head/math/x12arima/files/patch-makefile.lnx Modified: head/math/x12arima/Makefile ============================================================================== --- head/math/x12arima/Makefile Thu Jun 19 13:12:47 2014 (r358407) +++ head/math/x12arima/Makefile Thu Jun 19 13:14:34 2014 (r358408) @@ -15,7 +15,6 @@ COMMENT= X-12-ARIMA seasonal adjustment USES= fortran NO_WRKSUBDIR= yes MAKEFILE= makefile.lnx -NO_STAGE= yes PLIST_FILES= bin/x12a @@ -27,8 +26,8 @@ DISTFILES+= docsv03.tar.gz PORTDOCS= ReleaseNotesVersion03.pdf qref03unix.pdf x12adocV03.pdf post-install: - @${MKDIR} ${DOCSDIR} - @(cd ${WRKSRC}/docs && ${INSTALL_MAN} ${PORTDOCS} ${DOCSDIR}) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @(cd ${WRKSRC}/docs && ${INSTALL_MAN} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .endif .include <bsd.port.mk> Modified: head/math/x12arima/files/patch-makefile.lnx ============================================================================== --- head/math/x12arima/files/patch-makefile.lnx Thu Jun 19 13:12:47 2014 (r358407) +++ head/math/x12arima/files/patch-makefile.lnx Thu Jun 19 13:14:34 2014 (r358408) @@ -1,5 +1,5 @@ ---- makefile.lnx.orig 2010-08-20 22:32:52.000000000 -0400 -+++ makefile.lnx 2010-08-20 22:50:54.000000000 -0400 +--- makefile.lnx.orig 2009-11-19 23:04:08.000000000 +0800 ++++ makefile.lnx 2014-06-19 21:12:15.392802744 +0800 @@ -1,15 +1,11 @@ # MKMF template makefile for protected mode executables. -FC = ifort @@ -18,7 +18,7 @@ OBJS = aaamain.o abend.o acf.o acfar.o acfdgn.o \ acfhdr.o addadj.o addaic.o addate.o addfix.o \ addmul.o addotl.o addsef.o addsub.o addusr.o \ -@@ -237,6 +233,8 @@ +@@ -237,6 +233,8 @@ SRCS = aaamain.f abend.f acf. xrgdiv.f xrgdrv.f xrgtrn.f xrlkhd.f xtrm.f \ yprmy.f yrly.f @@ -27,12 +27,12 @@ $(PROGRAM): $(OBJS) $(LIBS) $(LINKER) -o $@ $(OBJS) $(LDMAP) $(LIBS) $(LDFLAGS) -@@ -244,7 +242,7 @@ +@@ -244,7 +242,7 @@ clean:; @rm -f $(OBJS) install: $(PROGRAM) @echo Installing $(PROGRAM) in $(DEST) - @if not $(DEST)x==.x copy $(PROGRAM) $(DEST) -+ @$(BSD_INSTALL_PROGRAM) $(PROGRAM) $(DEST) ++ @$(BSD_INSTALL_PROGRAM) $(PROGRAM) $(DESTDIR)$(DEST) ### OPUS MKMF: Do not remove this line! Automatic dependencies follow. aaamain.o: build.prm cchars.i chrt.cmn error.cmn hiddn.cmn lex.i \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406191314.s5JDEY5w030936>