diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-04-04 18:15:27 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-04-04 18:15:27 +0000 |
commit | ed589deea32093b9123172ab89d7dba69ae1f19b (patch) | |
tree | 5c1d133069d4a6569d1c6a50a7b513127b2c6734 /misc | |
parent | 7a3e836e8e49c2078ad6a6458a32802e9e4c73bc (diff) | |
download | pkgsrc-ed589deea32093b9123172ab89d7dba69ae1f19b.tar.gz |
Fix to not install in /usr/local, be more efficient on assigning
PKGNAME.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/remind/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/misc/remind/Makefile b/misc/remind/Makefile index 990ad68e6b1..a29a247295b 100644 --- a/misc/remind/Makefile +++ b/misc/remind/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.2 1999/03/07 00:37:19 kim Exp $ +# $NetBSD: Makefile,v 1.3 1999/04/04 18:15:27 hubertf Exp $ DISTNAME= remind-03.00.19 +PKGNAME= ${DISTNAME:C/0([0-9])/\1/g} CATEGORIES= misc MASTER_SITES= ftp://ftp.doe.carleton.ca/pub/remind-3.0/ EXTRACT_SUFX= .tgz -.include "../../mk/bsd.pkg.mk" - -PKGNAME!= ${ECHO} ${DISTNAME} | ${SED} -e 's/0\([0-9]\)/\1/g' - MAINTAINER= kim@tac.nyc.ny.us GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" |