summaryrefslogtreecommitdiff
path: root/misc/remind
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-04-04 18:15:27 +0000
committerhubertf <hubertf>1999-04-04 18:15:27 +0000
commit6883edcf6812a69741062aadcb05f1af083329b7 (patch)
tree5c1d133069d4a6569d1c6a50a7b513127b2c6734 /misc/remind
parent03a6730c5c8abfaa1a06c6e61116260f3594abe2 (diff)
downloadpkgsrc-6883edcf6812a69741062aadcb05f1af083329b7.tar.gz
Fix to not install in /usr/local, be more efficient on assigning
PKGNAME.
Diffstat (limited to 'misc/remind')
-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"