mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
- Stage support
This commit is contained in:
parent
5c37a3de1c
commit
e4fa1dc7b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347592
2 changed files with 4 additions and 5 deletions
|
@ -21,11 +21,6 @@ CONFIGURE_ARGS+=--without-client
|
|||
PLIST_SUB+= WITHOUT_X11="@comment "
|
||||
.endif
|
||||
|
||||
MAN1= finger.1 pfinger.1
|
||||
MAN5= fingerconf.5
|
||||
MAN8= in.fingerd.8
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
bin/finger
|
||||
%%WITHOUT_X11%%bin/pfinger
|
||||
man/man1/finger.1.gz
|
||||
man/man1/pfinger.1.gz
|
||||
man/man5/fingerconf.5.gz
|
||||
man/man8/in.fingerd.8.gz
|
||||
sbin/fingerd
|
||||
sbin/in.fingerd
|
||||
|
|
Loading…
Add table
Reference in a new issue