diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-03-11 19:14:28 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-03-11 19:14:28 +0000 |
commit | 8ed49557f8c4e8955c6b5b0224d8161991d28a27 (patch) | |
tree | 3b9c92739826c7b9f42f60481316d62c1fb5f650 /devel/lndir | |
parent | 816cf4dccc6c63a5c93a7939f9bd230628d9f374 (diff) |
Notes
Diffstat (limited to 'devel/lndir')
-rw-r--r-- | devel/lndir/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/lndir/Makefile b/devel/lndir/Makefile index 83417e28ae50..c915e5a19d51 100644 --- a/devel/lndir/Makefile +++ b/devel/lndir/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lndir -# Date Created: 13 Oct 2007 -# Whom: Carlos A M dos Santos <unixmania@gmail.com> -# +# Created by: Carlos A M dos Santos <unixmania@gmail.com> # $FreeBSD$ -# PORTNAME= lndir PORTVERSION= 1.0.3 @@ -12,10 +8,8 @@ CATEGORIES= devel MAINTAINER= unixmania@gmail.com COMMENT= Create a shadow directory of symbolic links to another directory tree -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros - XORG_CAT= util -USE_XORG= xproto +USE_XORG= xproto xorg-macros PLIST_FILES= bin/lndir |