diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-22 09:19:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-22 09:19:18 +0000 |
commit | ee154b3c7c1b69ec53635bdf75afb3bd2bf88f45 (patch) | |
tree | 6a21c6b30091aa23fe0f7458206793354a9eb8cf | |
parent | Support stage (diff) |
Support stage
Notes
Notes:
svn path=/head/; revision=340701
-rw-r--r-- | devel/bcc/Makefile | 10 | ||||
-rw-r--r-- | devel/bcc/pkg-plist | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/devel/bcc/Makefile b/devel/bcc/Makefile index ebf6a42f0aa4..a4979e8139e0 100644 --- a/devel/bcc/Makefile +++ b/devel/bcc/Makefile @@ -9,11 +9,11 @@ DISTNAME= ${PORTNAME} MAINTAINER= joerg@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> diff --git a/devel/bcc/pkg-plist b/devel/bcc/pkg-plist index a1dff751dc8d..9e6309bb3cdc 100644 --- a/devel/bcc/pkg-plist +++ b/devel/bcc/pkg-plist @@ -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 |