diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-04 00:19:06 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-04 00:19:06 +0000 |
commit | 8f688756f34302e3144d00b92d9fb926f474b7fe (patch) | |
tree | e6092dac274d61f6ad39b853227d3f8c7529060c /graphics/mgp-gallery | |
parent | Fix .mgp files so they don't contain the Linux demo text but are suitable (diff) |
I get the stupid award for this port. It NOW installs in the RIGHT place.
Diffstat (limited to 'graphics/mgp-gallery')
-rw-r--r-- | graphics/mgp-gallery/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/mgp-gallery/Makefile b/graphics/mgp-gallery/Makefile index 895efd9f04b7..3ecceec5fd05 100644 --- a/graphics/mgp-gallery/Makefile +++ b/graphics/mgp-gallery/Makefile @@ -9,7 +9,7 @@ PORTNAME= mgp-gallery PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 0 CATEGORIES= graphics MASTER_SITES= http://puchol.com/cpg/software/mgp/ @@ -21,13 +21,12 @@ DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} MAINTAINER= alane@FreeBSD.org -NO_BUILD=yes +NO_BUILD= yes +USE_X_PREFIX= yes .include <bsd.port.pre.mk> -DATA_SUBDIR= share -DATADIR= ${PREFIX}/${DATA_SUBDIR} -PKGDATA_SUBDIR= share/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} +PKGDATA_SUBDIR= lib/X11/mgp PKGDATADIR= ${PREFIX}/${PKGDATA_SUBDIR} PLIST= ${WRKDIR}/plist |