diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-07-16 06:03:56 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-07-16 06:03:56 +0800 |
commit | 5726bb566fd2591042141435bd7cb07b5e1dd285 (patch) | |
tree | 413546df1eaffb99181e0286ac3085e29074852b /deskutils/dailystrips | |
parent | bb814098007e1329227d1225ceb80fc8d51fc4e6 (diff) | |
download | freebsd-ports-gnome-5726bb566fd2591042141435bd7cb07b5e1dd285.tar.gz freebsd-ports-gnome-5726bb566fd2591042141435bd7cb07b5e1dd285.tar.zst freebsd-ports-gnome-5726bb566fd2591042141435bd7cb07b5e1dd285.zip |
- fix plist with -DNOPORTDOCS
- use SF macro
- bump PORTREVISION
Diffstat (limited to 'deskutils/dailystrips')
-rw-r--r-- | deskutils/dailystrips/Makefile | 5 | ||||
-rw-r--r-- | deskutils/dailystrips/pkg-plist | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/deskutils/dailystrips/Makefile b/deskutils/dailystrips/Makefile index 894383f8ac0a..c471fa0b1227 100644 --- a/deskutils/dailystrips/Makefile +++ b/deskutils/dailystrips/Makefile @@ -7,10 +7,9 @@ PORTNAME= dailystrips PORTVERSION= 1.0.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Utility to download or view your favorite online comic strips daily diff --git a/deskutils/dailystrips/pkg-plist b/deskutils/dailystrips/pkg-plist index 64d9760fb15f..81594adf4c53 100644 --- a/deskutils/dailystrips/pkg-plist +++ b/deskutils/dailystrips/pkg-plist @@ -2,10 +2,10 @@ bin/dailystrips bin/dailystrips-clean bin/dailystrips-update share/dailystrips/strips.def -%%DOCSDIR%%/README -%%DOCSDIR%%/README.DEFS -%%DOCSDIR%%/README.LOCAL -%%DOCSDIR%%/README.dailystrips-clean -%%DOCSDIR%%/README.dailystrips-update +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.DEFS +%%PORTDOCS%%%%DOCSDIR%%/README.LOCAL +%%PORTDOCS%%%%DOCSDIR%%/README.dailystrips-clean +%%PORTDOCS%%%%DOCSDIR%%/README.dailystrips-update %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm share/dailystrips |