diff options
author | agc <agc> | 1998-09-22 14:41:05 +0000 |
---|---|---|
committer | agc <agc> | 1998-09-22 14:41:05 +0000 |
commit | 91050dc14459df429a1dc067ba3f23e7df6f9550 (patch) | |
tree | 70875190a79e22583a7daae134afcdd626ead041 /comms | |
parent | a5b209bc780e47b82ace5e4e4ad96b16f6a44802 (diff) | |
download | pkgsrc-91050dc14459df429a1dc067ba3f23e7df6f9550.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/ |