diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-11-17 05:29:03 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-11-17 05:29:03 +0800 |
commit | 0ef86d78dc52876409e983358f9a0451a7939901 (patch) | |
tree | 9c5101991bad01f277bcba4b14547d692cb080f6 /graphics | |
parent | 03be44091e2f116af08731425e00dfb3f59f46b5 (diff) | |
download | freebsd-ports-graphics-0ef86d78dc52876409e983358f9a0451a7939901.tar.gz freebsd-ports-graphics-0ef86d78dc52876409e983358f9a0451a7939901.tar.zst freebsd-ports-graphics-0ef86d78dc52876409e983358f9a0451a7939901.zip |
- fix plist for -DNOPORTDOCS
- use SF macro for MASTER_SITES
- bump PORTREVISION
Approved by: maintainer timeout on QAT BotMails
Prompted by: QAT QA run
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aoi/Makefile | 5 | ||||
-rw-r--r-- | graphics/aoi/pkg-plist | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/aoi/Makefile b/graphics/aoi/Makefile index 9066ae457cb..bf704a03192 100644 --- a/graphics/aoi/Makefile +++ b/graphics/aoi/Makefile @@ -7,10 +7,9 @@ PORTNAME= aoi PORTVERSION= 2.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics java -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= aoi +MASTER_SITES= SF DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} MAINTAINER= nemoliu@FreeBSD.org diff --git a/graphics/aoi/pkg-plist b/graphics/aoi/pkg-plist index 91f0ac8e12c..5be0cbe65d2 100644 --- a/graphics/aoi/pkg-plist +++ b/graphics/aoi/pkg-plist @@ -1,7 +1,7 @@ bin/aoi -%%DOCSDIR%%/HISTORY -%%DOCSDIR%%/LICENSE -%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/HISTORY +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/ArtOfIllusion.jar %%DATADIR%%/Icons/32x32.png %%DATADIR%%/Icons/48x48.png @@ -37,4 +37,4 @@ bin/aoi @dirrm %%DATADIR%%/Plugins @dirrm %%DATADIR%%/Icons @dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% |