mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -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 "
|
PLIST_SUB+= WITHOUT_X11="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
MAN1= finger.1 pfinger.1
|
|
||||||
MAN5= fingerconf.5
|
|
||||||
MAN8= in.fingerd.8
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
bin/finger
|
bin/finger
|
||||||
%%WITHOUT_X11%%bin/pfinger
|
%%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/fingerd
|
||||||
sbin/in.fingerd
|
sbin/in.fingerd
|
||||||
|
|
Loading…
Add table
Reference in a new issue