svn commit: r340701 - head/devel/bcc

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 22 09:19:19 UTC 2014


Author: bapt
Date: Wed Jan 22 09:19:18 2014
New Revision: 340701
URL: http://svnweb.freebsd.org/changeset/ports/340701
QAT: https://qat.redports.org/buildarchive/r340701/

Log:
  Support stage

Modified:
  head/devel/bcc/Makefile
  head/devel/bcc/pkg-plist

Modified: head/devel/bcc/Makefile
==============================================================================
--- head/devel/bcc/Makefile	Wed Jan 22 08:37:53 2014	(r340700)
+++ head/devel/bcc/Makefile	Wed Jan 22 09:19:18 2014	(r340701)
@@ -9,11 +9,11 @@ DISTNAME=	${PORTNAME}
 MAINTAINER=	joerg at FreeBSD.org
 COMMENT=	Bruce's C compiler (with as and ld); can do 16-bit code
 
+USES=		uidfix
+
 CONFLICTS=	bin86-[0-9]* dev86-[0-9]*
-MAN1=		as86.1 bcc.1 bcc-cc1.1 ld86.1
-.if !defined(NO_MANCOMPRESS)
-MANCOMPRESSED=	yes
-.endif
 
-NO_STAGE=	yes
+pre-install:
+	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/bcc
+
 .include <bsd.port.mk>

Modified: head/devel/bcc/pkg-plist
==============================================================================
--- head/devel/bcc/pkg-plist	Wed Jan 22 08:37:53 2014	(r340700)
+++ head/devel/bcc/pkg-plist	Wed Jan 22 09:19:18 2014	(r340701)
@@ -2,4 +2,8 @@ bin/as86
 bin/ld86
 bin/bcc
 lib/bcc/bcc-cc1
+man/man1/as86.1.gz
+man/man1/bcc-cc1.1.gz
+man/man1/bcc.1.gz
+man/man1/ld86.1.gz
 @dirrm lib/bcc


More information about the svn-ports-all mailing list