diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-08 12:58:07 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-08 12:58:07 +0800 |
commit | 9916282fbefc8b4f7904037f20bf1fe6c57b2452 (patch) | |
tree | 56f2ffc2c6808c2575e67377d4d645c7a55d07d8 /misc | |
parent | 1c8c144a4be503f003452d21d9768531087a18e9 (diff) | |
download | marcuscom-ports-9916282fbefc8b4f7904037f20bf1fe6c57b2452.tar marcuscom-ports-9916282fbefc8b4f7904037f20bf1fe6c57b2452.tar.gz marcuscom-ports-9916282fbefc8b4f7904037f20bf1fe6c57b2452.tar.bz2 marcuscom-ports-9916282fbefc8b4f7904037f20bf1fe6c57b2452.tar.lz marcuscom-ports-9916282fbefc8b4f7904037f20bf1fe6c57b2452.tar.xz marcuscom-ports-9916282fbefc8b4f7904037f20bf1fe6c57b2452.tar.zst marcuscom-ports-9916282fbefc8b4f7904037f20bf1fe6c57b2452.zip |
- Change USE_X_PREFIX to PREFIX?= ${X11BASE} so we don't depend on x11
- make portlint happy
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5259 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnomehier/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/gnomehier/Makefile b/misc/gnomehier/Makefile index b4d5f2303..b6497d460 100644 --- a/misc/gnomehier/Makefile +++ b/misc/gnomehier/Makefile @@ -3,13 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom$ -# +# $MCom: ports/misc/gnomehier/Makefile,v 1.8 2005/11/11 11:18:38 ahze Exp $ +# # !!DON'T BUMP PORTREVISION ON MTREE CHANGES ANYMORE!! PORTNAME= gnomehier PORTVERSION= 2.1 - CATEGORIES= misc gnome MASTER_SITES= # none DISTFILES= # none @@ -20,11 +19,9 @@ COMMENT= A utility port that creates the GNOME directory tree NO_BUILD= yes PLIST?= ${WRKDIR}/pkg-plist PKGINSTALL= ${WRKDIR}/pkg-install +PREFIX?= ${X11BASE} GNOME_MTREE= BSD.gnome-x11.dist - -USE_X_PREFIX= yes - GNOME_MTREE_ARGS=${MTREE_ARGS:S|${MTREE_FILE}|${PREFIX}/etc/mtree/${GNOME_MTREE}|} do-fetch: |