View | Details | Raw Unified | Return to bug 103161
Collapse All | Expand All

(-)bsd.port.mk (+5 lines)
Lines 2763-2768 Link Here
2763
	@${ECHO_CMD} "${MAINTAINER}"
2763
	@${ECHO_CMD} "${MAINTAINER}"
2764
.endif
2764
.endif
2765
2765
2766
.if !target(version)
2767
version:
2768
	@${ECHO_CMD} "${PKGNAME}"
2769
.endif
2770
2766
.if !target(check-makefile)
2771
.if !target(check-makefile)
2767
check-makefile::
2772
check-makefile::
2768
	@${DO_NADA}
2773
	@${DO_NADA}
(-)ports.7 (+4 lines)
Lines 321-326 Link Here
321
Generate a one-line description of each port for use in the
321
Generate a one-line description of each port for use in the
322
.Pa INDEX
322
.Pa INDEX
323
file.
323
file.
324
.It Cm maintainer
325
Show e-mail address of the port's maintainer.
326
.It Cm version
327
Show version of the port.
324
.It Cm index
328
.It Cm index
325
Create
329
Create
326
.Pa /usr/ports/INDEX ,
330
.Pa /usr/ports/INDEX ,

Return to bug 103161