diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-07-16 23:06:49 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-07-16 23:06:49 +0800 |
commit | 6aac442605dbdbc145c06421905e7ac4cfe3a9f4 (patch) | |
tree | f9616e682023c9cd509727e354110adbdc7cf4b1 /emulators | |
parent | 203d574915efa2d870a7062e774a250700e42292 (diff) | |
download | freebsd-ports-gnome-6aac442605dbdbc145c06421905e7ac4cfe3a9f4.tar.gz freebsd-ports-gnome-6aac442605dbdbc145c06421905e7ac4cfe3a9f4.tar.zst freebsd-ports-gnome-6aac442605dbdbc145c06421905e7ac4cfe3a9f4.zip |
- Update to 1.17
- Polish the Makefile
Diffstat (limited to 'emulators')
-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 |