diff --git a/devel/ald/Makefile b/devel/ald/Makefile index aeb31dc1d82f..55acd4cfd543 100644 --- a/devel/ald/Makefile +++ b/devel/ald/Makefile @@ -1,18 +1,20 @@ PORTNAME= ald PORTVERSION= 0.1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= alken@colorado.edu COMMENT= Debugger for assembly level programs WWW= https://ald.sourceforge.net -GNU_CONFIGURE= yes +ONLY_FOR_ARCHS= i386 USES= readline -PLIST_FILES= bin/ald man/man8/ald.8.gz -ONLY_FOR_ARCHS= i386 +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + +PLIST_FILES= bin/ald share/man/man8/ald.8.gz NOPRECIOUSMAKEVARS= yes .include