diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-22 14:29:51 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-22 14:29:51 +0000 |
commit | 29b725543f41fcd57777d1b03d5256c23e3f4541 (patch) | |
tree | 7c99c2099ea2a61d5d5f05c53e3fb32597cbaed0 /textproc/aft/Makefile | |
parent | b58aec0ab3b25ad6c092911f450e6a9556d89d60 (diff) |
Notes
Diffstat (limited to 'textproc/aft/Makefile')
-rw-r--r-- | textproc/aft/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/aft/Makefile b/textproc/aft/Makefile index 36a46fb7b514..7c7202afb508 100644 --- a/textproc/aft/Makefile +++ b/textproc/aft/Makefile @@ -6,7 +6,8 @@ # PORTNAME= aft -PORTVERSION= 5.0793 +PORTVERSION= 5.08 +PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= http://www.maplefish.com/todd/ @@ -15,7 +16,10 @@ COMMENT= A document preparation system using an Almost Free Text input format USE_PERL5= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= -build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -PLIST_SUB+= DOCSDIR=${DOCSDIR:S|${PREFIX}/||} +.if defined(NOPORTDOCS) +INSTALL_TARGET= install-binSCRIPTS install-pkgdataDATA install-pkgdataSCRIPTS +.endif .include <bsd.port.mk> |