diff options
author | leeym <leeym@FreeBSD.org> | 2005-02-08 15:50:47 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-02-08 15:50:47 +0800 |
commit | 2cab6e02c7eb8b4139d2343ab44ecc4a2f0283d4 (patch) | |
tree | 15b342feaef658ee7ebb2a77c8e97b30fe7f5888 /sysutils/portmanager | |
parent | 42f2617d7998f8dcdd33715580975fd4fe535e99 (diff) | |
download | freebsd-ports-gnome-2cab6e02c7eb8b4139d2343ab44ecc4a2f0283d4.tar.gz freebsd-ports-gnome-2cab6e02c7eb8b4139d2343ab44ecc4a2f0283d4.tar.zst freebsd-ports-gnome-2cab6e02c7eb8b4139d2343ab44ecc4a2f0283d4.zip |
- disable CONFIGURE_ARGS temporarily (requested by maintainer)
Submitted by: maintainer
Diffstat (limited to 'sysutils/portmanager')
-rw-r--r-- | sysutils/portmanager/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/portmanager/Makefile b/sysutils/portmanager/Makefile index 6f6aec5497e7..aa8ea4929e4c 100644 --- a/sysutils/portmanager/Makefile +++ b/sysutils/portmanager/Makefile @@ -7,7 +7,7 @@ PORTNAME= portmanager PORTVERSION= 0.2.6 -PORTREVISION= 0 +PORTREVISION= 1 #----------------------------------------- #for local use, remove before submitting PR CATEGORIES= sysutils @@ -41,13 +41,13 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} #CONFIGURE_ARGS= --with-debug=yes #.endif -CONFIGURE_ARGS= --with-prefix=${PREFIX} \ - --with-bindir=/bin \ - --with-etcdir=${PREFIX}/etc/portmanager \ - --with-pkgdbdir=${PKG_DBDIR} \ - --with-portsdir=${PORTSDIR} \ - --with-sharedir=${DATADIR} \ - --with-tempdir=/tmp +#CONFIGURE_ARGS= --with-prefix=${PREFIX} \ +# --with-bindir=/bin \ +# --with-etcdir=${PREFIX}/etc/portmanager \ +# --with-pkgdbdir=${PKG_DBDIR} \ +# --with-portsdir=${PORTSDIR} \ +# --with-sharedir=${DATADIR} \ +# --with-tempdir=/tmp INSTALLS_SHLIB= yes # Need INSTALL_TARGET to install ${PREFIX}/etc/portmanager/pm-020.conf.SAMPLE |