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 /emulators/linux-peops-softgpu/Makefile | |
parent | 7c860eca811b2f66de17033b60b15be2798be1c2 (diff) | |
download | ports-5b25f23d0e391edbe51917e25669f513c5f31e7b.tar.gz ports-5b25f23d0e391edbe51917e25669f513c5f31e7b.zip |
Notes
Diffstat (limited to 'emulators/linux-peops-softgpu/Makefile')
-rw-r--r-- | emulators/linux-peops-softgpu/Makefile | 12 |
1 files changed, 3 insertions, 9 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> |