Skip to content

Commit

Permalink
include owner in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abs committed Jun 23, 2008
1 parent 047c119 commit c6dd16a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mk/bsd.pkg.readme.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: bsd.pkg.readme.mk,v 1.20 2008/04/18 14:26:36 joerg Exp $
# $NetBSD: bsd.pkg.readme.mk,v 1.21 2008/06/23 01:38:54 abs Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and encapsulates the
# code to produce README.html files in each package directory.
Expand Down Expand Up @@ -327,7 +327,11 @@ print-summary-data:
else \
${ECHO} "notfor ${PKGPATH} not ${NOT_FOR_PLATFORM}"; \
fi;
@${ECHO} "maintainer ${PKGPATH} ${MAINTAINER}"
if [ -n "${OWNER}" ]; then
@${ECHO} "owner ${PKGPATH} ${OWNER}"; \
else \
@${ECHO} "maintainer ${PKGPATH} ${MAINTAINER}"; \
fi
@${ECHO} "categories ${PKGPATH} ${CATEGORIES}"
@if [ -f ${DESCR_SRC} ]; then \
${ECHO} "descr ${PKGPATH} ${DESCR_SRC:S;${PKGSRCDIR}/;;g}"; \
Expand Down

0 comments on commit c6dd16a

Please sign in to comment.