diff options
author | asami <asami@FreeBSD.org> | 1998-12-01 11:06:49 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-01 11:06:49 +0800 |
commit | c7a8a8ec7d045d5d6d4ee8f456963383f487af12 (patch) | |
tree | f75c559bb5a68ac07921a23a309ad2d01841ac7a /x11-servers/XttXF86srv-common | |
parent | 18fdad96609d20643801ba5c91e8ad8838e01c45 (diff) | |
download | freebsd-ports-gnome-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.tar.gz freebsd-ports-gnome-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.tar.zst freebsd-ports-gnome-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.zip |
Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denote
that the port otherwise uses files from another port. (Note: support
for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
Diffstat (limited to 'x11-servers/XttXF86srv-common')
-rw-r--r-- | x11-servers/XttXF86srv-common/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-servers/XttXF86srv-common/Makefile b/x11-servers/XttXF86srv-common/Makefile index ff4a2f76c3a8..ffab493507ba 100644 --- a/x11-servers/XttXF86srv-common/Makefile +++ b/x11-servers/XttXF86srv-common/Makefile @@ -3,7 +3,7 @@ # Date created: 15 April 1998 # Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> # -# $Id: Makefile,v 1.7 1998/10/22 00:25:53 steve Exp $ +# $Id: Makefile,v 1.8 1998/11/14 09:43:38 asami Exp $ # DISTNAME= xc @@ -41,8 +41,6 @@ PREFIX= ${X11BASE} MTREE_FILE= /etc/mtree/BSD.x11.dist WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/../XttXF86srv-common/work WRKSRC= ${WRKDIR}/xc -PATCHDIR= ${.CURDIR}/../XttXF86srv-common/patches -FILESDIR= ${.CURDIR}/../XttXF86srv-common/files XTTDIR= ${WRKDIR}/xtt-1.0 DOCDIR= ${PREFIX}/share/doc/Xtt DIST_SUBDIR= xc |