diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
commit | d38f7d91c87848913d7b9b0866087c3f5f3b5dff (patch) | |
tree | f40aa0fae836f0a8866249f7237e61d83b9feafd /print/offix-printer | |
parent | Update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'print/offix-printer')
-rw-r--r-- | print/offix-printer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/offix-printer/Makefile b/print/offix-printer/Makefile index 8ac6dabe9e93..3ba5a5574a5b 100644 --- a/print/offix-printer/Makefile +++ b/print/offix-printer/Makefile @@ -1,16 +1,16 @@ # ports collection makefile for: Clipboard -# Version required: 2.4 # Date created: 28 Jun 1997 # Whom: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua> # # $FreeBSD$ # -DISTNAME= Printer-2.4 -PKGNAME= offix-printer-2.4 +PORTNAME= offix-printer +PORTVERSION= 2.4 CATEGORIES= print offix MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= desktop_managers/OffiX +DISTNAME= Printer-2.4 MAINTAINER= ruslan@shevchenko.kiev.ua |