Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2014 22:10:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/190384: commit references a PR
Message-ID:  <201405302210.s4UMA13d048524@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/190384; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/190384: commit references a PR
Date: Fri, 30 May 2014 22:09:00 +0000 (UTC)

 Author: tdb
 Date: Fri May 30 22:08:55 2014
 New Revision: 355920
 URL: http://svnweb.freebsd.org/changeset/ports/355920
 QAT: https://qat.redports.org/buildarchive/r355920/
 
 Log:
   Stage support.
   
   PR:		ports/190384
   Submitted by:	Julian H. Stacey <jhs@berklix.com> (maintainer)
 
 Modified:
   head/lang/pbasic/Makefile
 
 Modified: head/lang/pbasic/Makefile
 ==============================================================================
 --- head/lang/pbasic/Makefile	Fri May 30 21:55:22 2014	(r355919)
 +++ head/lang/pbasic/Makefile	Fri May 30 22:08:55 2014	(r355920)
 @@ -15,8 +15,7 @@ COMMENT=	Phil Cockroft's Basic Interpret
  
  ALL_TARGET=	freebsd
  MAKEFILE=	makefile
 -MAN1=		pbasic.1
 -PLIST_FILES=	bin/pbasic
 +PLIST_FILES=	bin/pbasic man/man1/pbasic.1.gz
  
  post-patch:	.SILENT
  	${REINPLACE_CMD} -e '/^CC/s/=/?=/' \
 @@ -24,13 +23,12 @@ post-patch:	.SILENT
  		${WRKSRC}/freebsd/makefile
  	${ECHO_CMD} '.PHONY: $$(SYSTEMS)' >>${WRKSRC}/makefile
  
 -NO_STAGE=	yes
  do-configure:
  	-cd ${WRKSRC} ; ${RM} -rf termio m68000 msdos vax pyramid ns32000 \
  			pdp11 cursor/cursor.dos cursor/cursor.ukc
  
  do-install:
 -	${INSTALL_PROGRAM} ${WRKSRC}/basic ${PREFIX}/bin/pbasic
 -	${INSTALL_MAN} ${WRKSRC}/docs/basic.1 ${PREFIX}/man/man1/pbasic.1
 +	${INSTALL_PROGRAM} ${WRKSRC}/basic ${STAGEDIR}${PREFIX}/bin/pbasic
 +	${INSTALL_MAN} ${WRKSRC}/docs/basic.1 ${STAGEDIR}${PREFIX}/man/man1/pbasic.1
  
  .include <bsd.port.mk>
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405302210.s4UMA13d048524>