diff options
author | asami <asami@FreeBSD.org> | 1996-03-20 18:39:20 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-20 18:39:20 +0800 |
commit | 8a454d313313fb29b52f872302e1ff19ecb3f2e2 (patch) | |
tree | 8eebb350d3863375c49b0d34780469e64feb7ee0 /russian/X.language | |
parent | 442aad378d7ac5714a1ae272cde6c3d600487098 (diff) | |
download | freebsd-ports-graphics-8a454d313313fb29b52f872302e1ff19ecb3f2e2.tar.gz freebsd-ports-graphics-8a454d313313fb29b52f872302e1ff19ecb3f2e2.tar.zst freebsd-ports-graphics-8a454d313313fb29b52f872302e1ff19ecb3f2e2.zip |
Add version number to package names.
Ignored over and over by [:>]: ache
Diffstat (limited to 'russian/X.language')
-rw-r--r-- | russian/X.language/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/russian/X.language/Makefile b/russian/X.language/Makefile index 0ad633fde12..692c1ad1b13 100644 --- a/russian/X.language/Makefile +++ b/russian/X.language/Makefile @@ -3,20 +3,20 @@ # Date created: 31 Aug 1995 # Whom: ache # -# $Id: Makefile,v 1.5 1995/12/20 07:13:17 ache Exp $ +# $Id: Makefile,v 1.6 1996/03/10 16:52:20 ache Exp $ # -PKGNAME= ru-X11 -CATEGORIES+= russian x11 DISTNAME= xrus_bin +PKGNAME= ru-X11-3.1.2 +CATEGORIES+= russian x11 MASTER_SITES= ftp://ftp.kiae.su/misc/fonts/cyrillic/xwindows/ EXTRACT_SUFX= .tgz -WRKSRC= ${WRKDIR}/cyrillic MAINTAINER= ache@FreeBSD.ORG RUN_DEPENDS += ${X11BASE}/bin/xinit:${PORTSDIR}/x11/XFree86 +WRKSRC= ${WRKDIR}/cyrillic NO_CONFIGURE= YES NO_PATCH= YES NO_BUILD= YES |