aboutsummaryrefslogtreecommitdiff
path: root/textproc/aft/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/aft/Makefile')
-rw-r--r--textproc/aft/Makefile8
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>