diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-07-16 15:06:49 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-07-16 15:06:49 +0000 |
commit | 5b25f23d0e391edbe51917e25669f513c5f31e7b (patch) | |
tree | 35ef99c81a5585105b4ba43f05c9edcfef23302b | |
parent | 7c860eca811b2f66de17033b60b15be2798be1c2 (diff) | |
download | ports-5b25f23d0e391edbe51917e25669f513c5f31e7b.tar.gz ports-5b25f23d0e391edbe51917e25669f513c5f31e7b.zip |
Notes
-rw-r--r-- | emulators/linux-peops-softgpu/Makefile | 12 | ||||
-rw-r--r-- | emulators/linux-peops-softgpu/distinfo | 4 |
2 files changed, 5 insertions, 11 deletions
diff --git a/emulators/linux-peops-softgpu/Makefile b/emulators/linux-peops-softgpu/Makefile index d54d0978b4bd..c32b0e853a9c 100644 --- a/emulators/linux-peops-softgpu/Makefile +++ b/emulators/linux-peops-softgpu/Makefile @@ -6,8 +6,7 @@ # PORTNAME= peops-softgpu -PORTVERSION= 1.16 -PORTREVISION= 1 +PORTVERSION= 1.17 CATEGORIES= emulators linux MASTER_SITES= http://www.pbernert.com/ PKGNAMEPREFIX= linux- @@ -29,8 +28,6 @@ MAJOR= ${PORTVERSION:R} MINOR= ${PORTVERSION:E} PLIST_SUB+= MAJOR=${MAJOR} MINOR=${MINOR} -.include <bsd.port.pre.mk> - PSEMUPRO_PLUGINS_DIR= ${PREFIX}/lib/psemupro/plugins PSEMUPRO_CFGBINS_DIR= ${PREFIX}/libexec/psemupro/cfg PSEMUPRO_CFGFILES_DIR= ${PREFIX}/share/psemupro/cfg @@ -47,10 +44,7 @@ do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} \ - ${WRKSRC}/peops_soft_readme_${MAJOR}_${MINOR}.txt \ - ${WRKSRC}/peops_soft_version_${MAJOR}_${MINOR}.txt \ - ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/emulators/linux-peops-softgpu/distinfo b/emulators/linux-peops-softgpu/distinfo index 2b625c1729a0..4a3085db56a2 100644 --- a/emulators/linux-peops-softgpu/distinfo +++ b/emulators/linux-peops-softgpu/distinfo @@ -1,2 +1,2 @@ -MD5 (gpupeopssoftx116.tar.gz) = ae1f75b736b283d0b6aa916f022a54d5 -SIZE (gpupeopssoftx116.tar.gz) = 165653 +MD5 (gpupeopssoftx117.tar.gz) = 34c8510c9b99791e56d2b5c1938b6a39 +SIZE (gpupeopssoftx117.tar.gz) = 222056 |