mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 17:00:49 +01:00
Use PKGNAME in the "describe" target (used to generate INDEX) too.
Didn't make sense to have two ports with the same name.
This commit is contained in:
parent
60f1eb26c1
commit
f744a9768e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7922
@ -3,7 +3,7 @@
|
||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
#
|
||||
# $Id: bsd.port.mk,v 1.140 1995/04/17 06:39:05 asami Exp $
|
||||
# $Id: bsd.port.mk,v 1.141 1995/04/18 08:18:27 asami Exp $
|
||||
#
|
||||
# Please view me with 4 column tabs!
|
||||
|
||||
@ -372,7 +372,7 @@ patch:
|
||||
#
|
||||
.if !target(describe)
|
||||
describe:
|
||||
@echo -n "${DISTNAME}|${.CURDIR}/${DISTNAME}|"
|
||||
@echo -n "${PKGNAME}|${.CURDIR}/${PKGNAME}|"
|
||||
@echo -n "${PREFIX}|"
|
||||
@if [ -f ${PKGDIR}/COMMENT ]; then \
|
||||
echo -n "`cat ${PKGDIR}/COMMENT`"; \
|
||||
|
Loading…
Reference in New Issue
Block a user