diff options
author | obrien <obrien@FreeBSD.org> | 2000-02-13 11:25:05 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-02-13 11:25:05 +0800 |
commit | ef42441ef62482246c769467dc9f2a1e0ccb7374 (patch) | |
tree | bed5fbcc8b3a54905961aaa2dc0867d8db97db42 /net/mopd | |
parent | 627c8bdcfee5c9eccee48f792e6e21e5ee852be1 (diff) | |
download | freebsd-ports-gnome-ef42441ef62482246c769467dc9f2a1e0ccb7374.tar.gz freebsd-ports-gnome-ef42441ef62482246c769467dc9f2a1e0ccb7374.tar.zst freebsd-ports-gnome-ef42441ef62482246c769467dc9f2a1e0ccb7374.zip |
Style nits in the ports I maintain.
Diffstat (limited to 'net/mopd')
-rw-r--r-- | net/mopd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mopd/Makefile b/net/mopd/Makefile index 16ec66ba81a2..a4f138e7c3f4 100644 --- a/net/mopd/Makefile +++ b/net/mopd/Makefile @@ -1,6 +1,6 @@ # ex:ts=8 # Ports collection makefile for: mopd -# Version required: 2.5.3 +# Version required: 2.5.3 # Date created: Sun Nov 14, 1999 # Whom: David O'Brien (obrien@NUXI.com) # @@ -11,7 +11,7 @@ DISTNAME= mopd-2.5.3 CATEGORIES= net MASTER_SITES= ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/ -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org # MANDIR is concetenated to DESTDIR which all forms the man install dir... MAKE_ENV= DESTDIR=${PREFIX} MANDIR=/man/man NOMANCOMPRESS=true |