diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 00:36:41 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 00:36:41 +0000 |
commit | 743c98ef7aab174e2518d92d46c5a656c60cbcc4 (patch) | |
tree | 602c3420013bb05f2a75a2db48398f060fea0c96 /devel/pmake | |
parent | 9c4e7581600d6068cdd86aac23fe4e1f39532928 (diff) | |
download | FreeBSD-ports-743c98ef7aab174e2518d92d46c5a656c60cbcc4.zip FreeBSD-ports-743c98ef7aab174e2518d92d46c5a656c60cbcc4.tar.gz |
Rename PLIST.customs to pkg-plist.customs.
Diffstat (limited to 'devel/pmake')
-rw-r--r-- | devel/pmake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pmake/Makefile b/devel/pmake/Makefile index 6bc0422c..724c64a 100644 --- a/devel/pmake/Makefile +++ b/devel/pmake/Makefile @@ -32,7 +32,7 @@ do-install:: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} install) .if defined(WANT_CUSTOMS) -PLIST= ${PKGDIR}/PLIST.customs +PLIST= ${PKGDIR}/pkg-plist.customs MAN1+= export.1 reginfo.1 rexport.1 MAN8= cctrl.8 customs.8 importquota.8 logd.8 |