aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2024-03-20 19:11:22 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2024-03-20 19:11:22 +0000
commit2523039ea0f8e3c34ca82fda9eb2f27c3e36c5ce (patch)
tree0ee35489e0e268b03360e0bd9d5c3436958c0bac
parentcfc80eb510cd20e36653eb1d56d10e14803019f7 (diff)
downloadports-2523039ea0f8e3c34ca82fda9eb2f27c3e36c5ce.tar.gz
ports-2523039ea0f8e3c34ca82fda9eb2f27c3e36c5ce.zip
devel/ald: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--devel/ald/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/ald/Makefile b/devel/ald/Makefile
index aeb31dc1d82f..55acd4cfd543 100644
--- a/devel/ald/Makefile
+++ b/devel/ald/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ald
PORTVERSION= 0.1.7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -8,11 +8,13 @@ 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 <bsd.port.mk>