diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2014-07-10 18:59:34 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2014-07-10 18:59:34 +0000 |
commit | 093ee902b31586767dcd873898901b58f3ecb0b9 (patch) | |
tree | 439769d9bf0e5981cb58bca9c753b5d215ee53dc /lang/parrot | |
parent | 4d3b3b848cfe8aee503460f8908cfa7db9e08d7c (diff) |
Notes
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 15 | ||||
-rw-r--r-- | lang/parrot/pkg-plist | 10 |
2 files changed, 11 insertions, 14 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index bc96172e9faa..924cffa326a6 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -33,27 +33,14 @@ CONFIGURE_ARGS= --cc=${CC} --ccflags="${CFLAGS}" --cxx=${CXX} --link=${CXX} \ CONFIGURE_SCRIPT= Configure.pl INSTALL_TARGET= install-dev MAKE_JOBS_UNSAFE= yes -USE_BZIP2= yes USE_LDCONFIG= yes -USES= bison gmake perl5 - -MAN1= ops2c.1 \ - parrot.1 \ - parrot-nqp.1 \ - parrot-prove.1 \ - parrot_config.1 \ - parrot_nci_thunk_gen.1 \ - parrotbug.1 \ - pbc_to_exe.1 \ - plumage.1 \ - winxed.1 +USES= bison gmake perl5 tar:bzip2 PARROT_SHARE_DIR= share/doc/${PORTNAME}/${PORTVERSION} PARROT_DOCS= ${PARROT_SHARE_DIR} PLIST_SUB+= PARROT_VER="${PORTVERSION}" \ PARROT_DOCS="${PARROT_DOCS}" -NO_STAGE= yes .include "${.CURDIR}/Makefile.common" .include <bsd.port.pre.mk> diff --git a/lang/parrot/pkg-plist b/lang/parrot/pkg-plist index 0b089f073e4a..7a4ce6d8c297 100644 --- a/lang/parrot/pkg-plist +++ b/lang/parrot/pkg-plist @@ -589,6 +589,16 @@ lib/parrot/%%PARROT_VER%%/tools/myconfig %%PARROT_DOCS%%/TODO %%DATADIR%%/%%PARROT_VER%%/MANIFEST %%DATADIR%%/%%PARROT_VER%%/MANIFEST.dev +man/man1/ops2c.1.gz +man/man1/parrot-nqp.1.gz +man/man1/parrot-prove.1.gz +man/man1/parrot.1.gz +man/man1/parrot_config.1.gz +man/man1/parrot_nci_thunk_gen.1.gz +man/man1/parrotbug.1.gz +man/man1/pbc_to_exe.1.gz +man/man1/plumage.1.gz +man/man1/winxed.1.gz src/parrot/%%PARROT_VER%%/config_lib.pir src/parrot/%%PARROT_VER%%/pmc/addrregistry.dump src/parrot/%%PARROT_VER%%/pmc/alarm.dump |