diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-02 11:26:52 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-02 11:26:52 +0000 |
| commit | 0e871bbe90c6bbf1fa471bc2ad57abce30f1b440 (patch) | |
| tree | e546ffdb1f8ad1a8cece8154080414ea6255d306 | |
| parent | c1e58983d1294db956ab72402f716f43b2650f11 (diff) | |
Fix MASTER_SITE_SUBDIR.
| -rw-r--r-- | misc/kp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/kp/Makefile b/misc/kp/Makefile index 1a45ba8131bb..2eedcb775305 100644 --- a/misc/kp/Makefile +++ b/misc/kp/Makefile @@ -9,7 +9,7 @@ PORTNAME= kp PORTVERSION= 1.00 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= asami +MASTER_SITE_SUBDIR= asami/kp MAINTAINER= asami@FreeBSD.org |
