diff options
author | johans <johans@FreeBSD.org> | 2008-06-12 18:24:24 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2008-06-12 18:24:24 +0800 |
commit | 14a9c6580c5ef23d52156015a79378bd59ad7ae8 (patch) | |
tree | febf978e3169c7da055dbc00088644e5a64efc78 /lang/afnix | |
parent | 1559f77acbd0e49302a1ccc5e5a287b3e5183ed5 (diff) | |
download | freebsd-ports-gnome-14a9c6580c5ef23d52156015a79378bd59ad7ae8.tar.gz freebsd-ports-gnome-14a9c6580c5ef23d52156015a79378bd59ad7ae8.tar.zst freebsd-ports-gnome-14a9c6580c5ef23d52156015a79378bd59ad7ae8.zip |
- Previous commit was broken
Correct installation of manuals with and without NOPORTDOCS now
Reported by: pav
Diffstat (limited to 'lang/afnix')
-rw-r--r-- | lang/afnix/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index bb8b09865575..b7831fe797e5 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -8,7 +8,7 @@ PORTNAME= afnix PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://www.afnix.org/ftp/%SUBDIR%/ \ ftp://ftp.stack.nl/pub/users/johans/afnix/ @@ -31,7 +31,7 @@ PORTDOCS= * AFNIX_VERSION= ${PORTVERSION:S,.,-,g} PLIST_SUB= PORTVER=${PORTVERSION:R} -MAN1= axc::afnix.1 axd::afnix.1 \ +MAN1= adp::afnix.1 amd::afnix.1 axc::afnix.1 axd::afnix.1 \ axi::afnix.1 axl::afnix.1 axs::afnix.1 MAN3= gfx::afnix.3 net::afnix.3 nwg::afnix.3 pim::afnix.3 \ sio::afnix.3 sps::afnix.3 sys::afnix.3 txt::afnix.3 xml::afnix.3 @@ -54,6 +54,7 @@ post-patch: post-build: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} doc + @cd ${WRKSRC}/prj && ${SETENV} ${MAKE_ENV} ${GMAKE} doc post-install: .ifdef NOPORTDOCS |