summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-04-04 18:15:27 +0000
committerhubertf <hubertf@pkgsrc.org>1999-04-04 18:15:27 +0000
commited589deea32093b9123172ab89d7dba69ae1f19b (patch)
tree5c1d133069d4a6569d1c6a50a7b513127b2c6734 /misc
parent7a3e836e8e49c2078ad6a6458a32802e9e4c73bc (diff)
downloadpkgsrc-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/Makefile9
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"