aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2008-11-17 05:29:03 +0800
committeritetcu <itetcu@FreeBSD.org>2008-11-17 05:29:03 +0800
commit0ef86d78dc52876409e983358f9a0451a7939901 (patch)
tree9c5101991bad01f277bcba4b14547d692cb080f6 /graphics
parent03be44091e2f116af08731425e00dfb3f59f46b5 (diff)
downloadfreebsd-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/Makefile5
-rw-r--r--graphics/aoi/pkg-plist8
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%%