mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/ald: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
cfc80eb510
commit
2523039ea0
1 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue