diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-09-14 07:44:07 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-09-14 07:44:07 +0000 |
commit | 084d335b17c9bd0f6d63a56d3484c8da648014ab (patch) | |
tree | cc98deb6e2b94fdfa0947e940a4905faa5ccafa8 /deskutils/dailystrips/Makefile | |
parent | 89094c9afdb86760963963475ee4c1daa84558ff (diff) | |
download | ports-084d335b17c9bd0f6d63a56d3484c8da648014ab.tar.gz ports-084d335b17c9bd0f6d63a56d3484c8da648014ab.zip |
Notes
Diffstat (limited to 'deskutils/dailystrips/Makefile')
-rw-r--r-- | deskutils/dailystrips/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/dailystrips/Makefile b/deskutils/dailystrips/Makefile index 6dc7f0a47bae..14dd4a3fbbb1 100644 --- a/deskutils/dailystrips/Makefile +++ b/deskutils/dailystrips/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dailystrips -PORTVERSION= 1.0.17 +PORTVERSION= 1.0.18 CATEGORIES= deskutils www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,10 +22,10 @@ USE_PERL5= yes post-patch: @${PERL} -pi -e 's|^#!/usr/bin/perl|#!${PERL}|; \ s!/usr/share/dailystrips/strips.def!${DATADIR}/strips.def!' \ - ${WRKSRC}/dailystrips.pl + ${WRKSRC}/dailystrips do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/dailystrips.pl ${PREFIX}/bin/dailystrips + ${INSTALL_SCRIPT} ${WRKSRC}/dailystrips ${PREFIX}/bin @${MKDIR} ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/strips.def ${DATADIR} .if !defined(NOPORTDOCS) |