1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

Use proper proper package suffix.

Submitted by:	jkh
This commit is contained in:
Jordan K. Hubbard 1994-08-22 12:07:19 +00:00
parent d2a18d9157
commit dfcb81d26e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25

View File

@ -1,7 +1,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard. # bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain. # This file is in the public domain.
# #
# $Id: bsd.port.mk,v 1.11 1994/08/22 11:23:17 jkh Exp $ # $Id: bsd.port.mk,v 1.12 1994/08/22 12:00:34 jkh Exp $
# #
# Supported Variables and their behaviors: # Supported Variables and their behaviors:
@ -93,7 +93,7 @@ package:
@if [ -d ${PKGDIR} ]; then \ @if [ -d ${PKGDIR} ]; then \
echo "===> Building package for ${DISTNAME}"; \ echo "===> Building package for ${DISTNAME}"; \
pkg_create -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR \ pkg_create -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR \
-f ${PKGDIR}/PLIST ${DISTNAME}; \ -f ${PKGDIR}/PLIST ${DISTNAME}.tgz; \
fi fi
.endif .endif