diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-06-16 08:46:00 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-06-16 08:46:00 +0000 |
commit | 3c0e191011f7cb223e46aed60c4fa4e7bdc2269d (patch) | |
tree | 4ff1ec9a73402aeb5ee3220fbcdbcae56934a4c1 /misc/quotes/Makefile | |
parent | 0e6e93bf7eed43b970de2fb359748833d4f88722 (diff) |
- use DISTVERSION instead of PORTVERSION and DISTNAME (hi Mavvie, you see, I'm
not always lazy :-D )
- respect PORTDOCS and PORTEXAMPLES
- delete 404 WWW
- bump PORTREVISION
Submitted by: my QA Tindy run
Notes
Notes:
svn path=/head/; revision=214943
Diffstat (limited to 'misc/quotes/Makefile')
-rw-r--r-- | misc/quotes/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/misc/quotes/Makefile b/misc/quotes/Makefile index 6c0e7d11eeb0..96758cc3e6fc 100644 --- a/misc/quotes/Makefile +++ b/misc/quotes/Makefile @@ -6,12 +6,12 @@ # PORTNAME= quotes -PORTVERSION= 1.7.2 +DISTVERSION= 1.7-2 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://ftp.externet.hu/.lib/disk6/linuxberg/files/console/office/ \ ftp://ftp.waseda.ac.jp/.u7/ports/distfiles/ \ http://freebsd.unixfreunde.de/sources/ -DISTNAME= ${PORTNAME}-1.7-2 MAINTAINER= ports@FreeBSD.org COMMENT= Quote, currency, and Slashdot headline fetcher based on Perl @@ -33,7 +33,10 @@ do-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR} @ ${INSTALL_DATA} ${WRKSRC}/quotes.txt ${DOCSDIR} - @ ${INSTALL_DATA} ${WRKSRC}/QuExample.pm ${DOCSDIR} +.endif +.if !defined(NOPORTEXAMPLES) + @ ${MKDIR} ${EXAMPLESDIR} + @ ${INSTALL_DATA} ${WRKSRC}/QuExample.pm ${EXAMPLESDIR} .endif .include <bsd.port.mk> |