diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-10-28 15:16:27 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-10-28 15:16:27 +0000 |
commit | cbf3c223784d4ae10970067fab4ae37e580163de (patch) | |
tree | 6f4a4db487f48912b58f98e3c4cc451a1ae89cd1 /converters/aish | |
parent | 75a22313c3a342f811cf5f1494f3776dac120610 (diff) | |
download | FreeBSD-ports-cbf3c223784d4ae10970067fab4ae37e580163de.zip FreeBSD-ports-cbf3c223784d4ae10970067fab4ae37e580163de.tar.gz |
Fix DISTNAME & pkg-plist.
PR: 22361
Submitted by: Ports Fury
Diffstat (limited to 'converters/aish')
-rw-r--r-- | converters/aish/Makefile | 2 | ||||
-rw-r--r-- | converters/aish/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/converters/aish/Makefile b/converters/aish/Makefile index 6211967..318c533 100644 --- a/converters/aish/Makefile +++ b/converters/aish/Makefile @@ -9,7 +9,7 @@ PORTNAME= aish PORTVERSION= 1.13 CATEGORIES= converters MASTER_SITES= http://hp.vector.co.jp/authors/VA004474/etc/ -DISTNAME= aish113u +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}u MAINTAINER= ports@FreeBSD.org diff --git a/converters/aish/pkg-plist b/converters/aish/pkg-plist index daf0f76..9d519ae 100644 --- a/converters/aish/pkg-plist +++ b/converters/aish/pkg-plist @@ -3,4 +3,3 @@ bin/aishmv bin/ishcat share/doc/ja/aish/aish.txt @dirrm share/doc/ja/aish -@unexec rmdir %D/share/doc/ja 2>/dev/null || true |