diff options
Diffstat (limited to 'misc/qclock/Makefile')
-rw-r--r-- | misc/qclock/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/qclock/Makefile b/misc/qclock/Makefile index 1231e996477f..4157cbbb9082 100644 --- a/misc/qclock/Makefile +++ b/misc/qclock/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: qclock -# Version required: 1.0 # Date created: 12 August 1998 # Whom: brett@peloton.physics.montana.edu # # $FreeBSD$ # -DISTNAME= qclock -PKGNAME= qclock-1.0 +PORTNAME= qclock +PORTVERSION= 1.0 CATEGORIES= misc MASTER_SITES= http://peloton.runet.edu/distfiles/ +DISTNAME= ${PORTNAME} MAINTAINER= brett@peloton.runet.edu |