diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-02-22 10:32:57 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-02-22 10:32:57 +0000 |
commit | e96447f1e0defff4b2788c4a414a5147e4da63b1 (patch) | |
tree | fda6c57b6cc32d91f2fa0111e666db1b6030ab9e | |
parent | 8390fec03f8121b64c0dbd738e14b69501635b87 (diff) | |
download | ports-e96447f1e0defff4b2788c4a414a5147e4da63b1.tar.gz ports-e96447f1e0defff4b2788c4a414a5147e4da63b1.zip |
Notes
-rw-r--r-- | misc/yaucg/Makefile | 10 | ||||
-rw-r--r-- | misc/yaucg/pkg-descr | 2 | ||||
-rw-r--r-- | misc/yaucg/pkg-plist | 6 |
3 files changed, 8 insertions, 10 deletions
diff --git a/misc/yaucg/Makefile b/misc/yaucg/Makefile index 52b2e117292b..ad70ea3d255a 100644 --- a/misc/yaucg/Makefile +++ b/misc/yaucg/Makefile @@ -9,11 +9,14 @@ PORTNAME= yaucg PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= misc -MASTER_SITES= http://home.balcab.ch/joelle.wiesmann/secuserv/ +MASTER_SITES= # http://home.balcab.ch/joelle.wiesmann/secuserv/ MAINTAINER= ports@FreeBSD.org COMMENT= A bash Script which will get you the today's Userfriendly.org Picture +DEPRECATED= "master site disappeared, script probably broken" +EXPIRATION_DATE=2005-06-01 + RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget \ bash:${PORTSDIR}/shells/bash2 @@ -22,11 +25,14 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes STRIP= # empty +PLIST_FILES= bin/userfriendly.sh +PORTDOCS= changelog license readme todo + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/grepper/userfriendly.sh ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for FILE in changelog license readme todo +.for FILE in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor .endif diff --git a/misc/yaucg/pkg-descr b/misc/yaucg/pkg-descr index 3cf65432c0c2..6831c29b6cb8 100644 --- a/misc/yaucg/pkg-descr +++ b/misc/yaucg/pkg-descr @@ -2,5 +2,3 @@ YAUCG - Yes, Another Userfriendly Grepper is a Bash script for obtaining the daily userfriendly comic. It has many features like getting the pictures from the last x days (for when one has been on holidays or didn't run the script on the weekend). MySQL support is included. - -WWW: http://home.balcab.ch/joelle.wiesmann/secuserv/ diff --git a/misc/yaucg/pkg-plist b/misc/yaucg/pkg-plist deleted file mode 100644 index a01152dff433..000000000000 --- a/misc/yaucg/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/userfriendly.sh -%%PORTDOCS%%share/doc/yaucg/changelog -%%PORTDOCS%%share/doc/yaucg/license -%%PORTDOCS%%share/doc/yaucg/readme -%%PORTDOCS%%share/doc/yaucg/todo -%%PORTDOCS%%@dirrm share/doc/yaucg |