diff options
author | agc <agc@pkgsrc.org> | 1998-09-22 14:41:05 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-09-22 14:41:05 +0000 |
commit | abeaab4cb7b7a859e6a47f3bfc8c56f63883eb99 (patch) | |
tree | 70875190a79e22583a7daae134afcdd626ead041 /comms | |
parent | a22c5025eb603812392d4683788ebdf8476dd8cf (diff) | |
download | pkgsrc-abeaab4cb7b7a859e6a47f3bfc8c56f63883eb99.tar.gz |
Make the package name have the correct format.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/modemd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/modemd/Makefile b/comms/modemd/Makefile index 1902ff36cbd..c0a43f1c5ca 100644 --- a/comms/modemd/Makefile +++ b/comms/modemd/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 1998/08/20 15:16:42 tsarna Exp $ +# $NetBSD: Makefile,v 1.5 1998/09/22 14:41:05 agc Exp $ DISTNAME= modemd-970221 +PKGNAME= modemd-19970221 CATEGORIES= comms MASTER_SITES= ftp://ftp.vix.com/pub/modemd/ |