diff options
Diffstat (limited to 'misc/remind/Makefile')
-rw-r--r-- | misc/remind/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/misc/remind/Makefile b/misc/remind/Makefile index 55d35642b92..990ad68e6b1 100644 --- a/misc/remind/Makefile +++ b/misc/remind/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/03/02 06:14:48 kim Exp $ +# $NetBSD: Makefile,v 1.2 1999/03/07 00:37:19 kim Exp $ DISTNAME= remind-03.00.19 -PKGNAME!= echo ${DISTNAME} | sed -e 's/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" |