diff options
author | asami <asami@FreeBSD.org> | 1996-12-04 08:04:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-04 08:04:12 +0800 |
commit | 1562179a8d584f063e3b44d77ea8ce63aa245be8 (patch) | |
tree | f65585ec4d0582143e4161d5497d9549742195f8 /russian | |
parent | 109360ee2d72c7a7c6953c857bd18343874ef488 (diff) | |
download | freebsd-ports-gnome-1562179a8d584f063e3b44d77ea8ce63aa245be8.tar.gz freebsd-ports-gnome-1562179a8d584f063e3b44d77ea8ce63aa245be8.tar.zst freebsd-ports-gnome-1562179a8d584f063e3b44d77ea8ce63aa245be8.zip |
Variable reorderization. Also, no need to use += for RUN_DEPENDS.
Diffstat (limited to 'russian')
-rw-r--r-- | russian/pine.language/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/russian/pine.language/Makefile b/russian/pine.language/Makefile index 606648b6019f..e79b8fa05159 100644 --- a/russian/pine.language/Makefile +++ b/russian/pine.language/Makefile @@ -2,16 +2,16 @@ # Date created: 2 Dec 1995 # Whom: ache # -# $Id: Makefile,v 1.9 1996/11/18 11:39:02 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1996/12/03 15:31:21 ache Exp $ # PKGNAME= ru-pine-3.95 CATEGORIES= russian mail -RUN_DEPENDS+= pine:${PORTSDIR}/mail/pine - MAINTAINER= ache@FreeBSD.org +RUN_DEPENDS= pine:${PORTSDIR}/mail/pine + NO_EXTRACT= YES NO_WRKDIR= YES NO_CONFIGURE= YES |